Bug 8300 - Add Test::WWW::Mechanize as an optional dependency
authorMagnus Enger <magnus@enger.priv.no>
Wed, 20 Mar 2013 13:22:51 +0000 (14:22 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 1 May 2013 11:57:11 +0000 (07:57 -0400)
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 <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>

C4/Installer/PerlDependencies.pm

index 5671b50..5a6a868 100644 (file)
@@ -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;