Bug 9032: (follow-up) add new dependency Email::Valid
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 31 May 2013 10:03:25 +0000 (12:03 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 20 Apr 2014 21:01:24 +0000 (21:01 +0000)
Just adds this dependency to PerlDependencies module.
Note from Robin: libemail-valid-perl is in squeeze already.

Test plan:
You should see Email::Valid now under About/Perl modules.
If Email::Valid is not yet installed on your system, please do so.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Installer/PerlDependencies.pm

index 2bea1c6..3726a75 100644 (file)
@@ -699,6 +699,11 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '0.73',
     },
+    'Email::Valid' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '0.190',
+    },
 };
 
 1;