From 87a5b038ecb7f7c53705a3607f022d3221a1d391 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Marcel de Rooy --- 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', -- 1.7.10.4