From 8a511c5b359ebe501ce8c4b0d4b628d1152cbb1a 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 --- 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 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.2.5