From 8c592226b26b7be92cd1af3977f82c2e6bd229b6 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 31 May 2013 12:03:25 +0200 Subject: [PATCH] Bug 9032: Followup for new dependency Email::Valid Content-Type: text/plain; charset=utf-8 Just adds this dependency to PerlDependencies hash. Test plan: You should see it now under About. --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 5a6a868..6b1ea47 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -684,6 +684,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '1.44', }, + 'Email::Valid' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '0.190', + }, }; 1; -- 1.7.7.6