perl-FormValidator-Simple: init at 0.29
This commit is contained in:
parent
52a93498b2
commit
1e887ee387
@ -5292,6 +5292,20 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
FormValidatorSimple = buildPerlPackage rec {
|
||||||
|
name = "FormValidator-Simple-0.29";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/L/LY/LYOKATO/${name}.tar.gz";
|
||||||
|
sha256 = "fc3a63dc54b962d74586070176adaf5be869f09b561bb30f5fd32ef531792666";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [ CGI ClassAccessor ClassDataAccessor ClassDataInheritable ClassInspector DateCalc DateTimeFormatStrptime EmailValid EmailValidLoose ListMoreUtils MailTools TieIxHash UNIVERSALrequire YAML ];
|
||||||
|
meta = {
|
||||||
|
description = "Validation with simple chains of constraints";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
FreezeThaw = buildPerlPackage {
|
FreezeThaw = buildPerlPackage {
|
||||||
name = "FreezeThaw-0.5001";
|
name = "FreezeThaw-0.5001";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user