From 1936986d75f5f3c1110d90ec912d363059ff701b Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Tue, 9 Aug 2016 14:55:43 +0200 Subject: [PATCH] Bug 17087 - Set Test::WWW::Mechanize version to 1.42 This was set to a version that is not available in Wheezy or Jessie. The version is not required, the only change to 1.42 (packaged for Wheezy and Jessie) is a fix for Windows, see http://cpansearch.perl.org/src/PETDANCE/Test-WWW-Mechanize-1.44/Changes --- C4/Installer/PerlDependencies.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 98eae0b..4896452 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -660,7 +660,7 @@ our $PERL_DEPS = { 'Test::WWW::Mechanize' => { 'usage' => 'Testing suite', 'required' => '0', - 'min_ver' => '1.44', + 'min_ver' => '1.42', }, 'Library::CallNumber::LC' => { 'usage' => 'Core', -- 2.1.4