Bug 17087 - Set Test::WWW::Mechanize version to 1.42
authorMirko Tietgen <mirko@abunchofthings.net>
Tue, 9 Aug 2016 12:55:43 +0000 (14:55 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 10 Aug 2016 13:23:43 +0000 (13:23 +0000)
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 <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Installer/PerlDependencies.pm

index 98eae0b..4896452 100644 (file)
@@ -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',