Bug 8636: Add dependency on Test::Deep
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 11 Oct 2012 00:48:54 +0000 (20:48 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 12 Oct 2012 09:54:19 +0000 (11:54 +0200)
The test t/db_dependent/Koha.t uses Test::Deep to compare data
structures, but that dependency was not listed for the installer.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Installer/PerlDependencies.pm

index 6b1bb4b..621f7be 100644 (file)
@@ -583,7 +583,11 @@ our $PERL_DEPS = {
         'usage'    => 'Core',
         'required' => '0',
         'min_ver'  => '0.14',
-
+    },
+    'Test::Deep' => {
+        'usage'    => 'Core',
+        'required' => '0',
+        'min_ver'  => '0.106',
     },
     'Test::YAML::Valid' => {
         'usage'    => 'Core',