From 6d56cbd47f000fadad0f88e6704c2f0c97def0e5 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. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 5671b50..5a6a868 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -679,6 +679,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '9999.13', }, + 'Test::WWW::Mechanize' => { + 'usage' => 'Testing suite', + 'required' => '0', + 'min_ver' => '1.44', + }, }; 1; -- 1.7.10.4