[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.12-126-gee248d1



The following commit has been merged in the master branch:
commit ee248d177780eb28e36309110d02079b6fc96e52
Author: Niels Thykier <niels@thykier.net>
Date:   Sun May 26 19:25:03 2013 +0200

    minimum-version.t: Allow Perl 5.14.2 features
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/t/scripts/minimum-version.t b/t/scripts/minimum-version.t
index 6cd1ebc..78255f1 100755
--- a/t/scripts/minimum-version.t
+++ b/t/scripts/minimum-version.t
@@ -11,8 +11,8 @@ use Test::More;
 eval 'use Test::MinimumVersion';
 plan skip_all => 'Test::MinimumVersion required to run this test' if $@;
 
-# sarge was released with 5.8.4, etch with 5.8.8, lenny with 5.10.0
-our $REQUIRED = 'v5.10.0';
+# squeeze => 5.10.1, Wheezy => 5.14.2
+our $REQUIRED = 'v5.14.2';
 
 our @PATHS = qw(checks collection frontend lib reporting private);
 

-- 
Debian package checker


Reply to: