From 8ffe4addd69b0467798d8f91e6f256b82dfa6b1c 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 --- 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 7e382bd..57c5972 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.1.0