summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-04-17 13:56:57 +0200
committerRobert Helgesson <robert@rycee.net>2016-04-17 17:17:39 +0200
commit1e887ee3875ffdb4ea513da6eb38dd4804cd9e9f (patch)
tree4f5a302c84025eafc38ded3dbbf584a09c713669 /pkgs
parent52a93498b22afdcebc5b630c5050cc1b63552ae7 (diff)
downloadnixlib-1e887ee3875ffdb4ea513da6eb38dd4804cd9e9f.tar
nixlib-1e887ee3875ffdb4ea513da6eb38dd4804cd9e9f.tar.gz
nixlib-1e887ee3875ffdb4ea513da6eb38dd4804cd9e9f.tar.bz2
nixlib-1e887ee3875ffdb4ea513da6eb38dd4804cd9e9f.tar.lz
nixlib-1e887ee3875ffdb4ea513da6eb38dd4804cd9e9f.tar.xz
nixlib-1e887ee3875ffdb4ea513da6eb38dd4804cd9e9f.tar.zst
nixlib-1e887ee3875ffdb4ea513da6eb38dd4804cd9e9f.zip
perl-FormValidator-Simple: init at 0.29
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index bd69813314ca..37aa65795807 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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 {
     name = "FreezeThaw-0.5001";
     src = fetchurl {