From b59b9919777444c45e0b8ec4af5cf61dd3f5fa45 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 27 May 2015 15:31:58 -0300 Subject: [PATCH] Bug 14283: Required Devel::Cover should be Wheezy's There's no special requirement for such a recent version of the Devel::Cover package. We have just deprecated Squeeze, so Wheezy's version should be ok. Signed-off-by: Robin Sheat Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- 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 7e382bd214..57c5972510 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -735,7 +735,7 @@ our $PERL_DEPS = { 'Devel::Cover' => { 'usage' => 'Test code coverage', 'required' => '0', - 'min_ver' => '1.17', + 'min_ver' => '0.89', }, }; -- 2.39.5