From ce0d8d461b89d16c8553cc13a3142988055a30fa Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 12 Oct 2012 14:26:45 +0200 Subject: [PATCH] 8300 Followup for optional dependency (testing suite) Content-Type: text/plain; charset="utf-8" Signed-off-by: Marcel de Rooy --- 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 5cfb059..5b3c258 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -624,6 +624,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '2.13', }, + 'Test::WWW::Mechanize' => { + 'usage' => 'Testing suite', + 'required' => '0', + 'min_ver' => '1.44', + }, }; 1; -- 1.7.7.6