From 356c5be8b4ff5d5e83735aa2ba2faebd9a30251f Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 31 May 2013 12:03:25 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 9032: Followup for new dependency Email::Valid Content-Type: text/plain; charset="utf-8" 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 --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index ca220aa..f4e8e89 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -689,6 +689,11 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '0.22', }, + 'Email::Valid' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '0.190', + }, }; 1; -- 1.7.9.5