From 508009c7a836375aaf2a5e18db10706ec73cff25 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 Signed-off-by: Jared Camins-Esakov --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 5671b502f0..5a6a86850e 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; -- 2.20.1