From 54d56e303a7ec993b3f8ff8593f8e19024ad9624 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 10 Oct 2012 20:48:54 -0400 Subject: [PATCH] Bug 8636: Add dependency on Test::Deep 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 Signed-off-by: Paul Poulain --- C4/Installer/PerlDependencies.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 6b1bb4bb71..621f7be31b 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -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', -- 2.20.1