From a756202130330588cbdc7bff23e00a583cf5abf3 Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Wed, 20 Mar 2013 14:22:51 +0100 Subject: [PATCH] Bug 8300 - Add Test::WWW::Mechanize as an optional dependency This patch replaces an earlier patch by Marcel de Rooy, which had become outdated because lots of new dependencies were added since the patch was made. --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 83ba962..521ff52 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -634,6 +634,11 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '0.22', }, + 'Test::WWW::Mechanize' => { + 'usage' => 'Testing suite', + 'required' => '0', + 'min_ver' => '1.44', + }, }; 1; -- 1.7.9.5