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

[lintian] 01/01: t: Bump minimum version of perl to 5.24



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit e6e41984c6f0fa8d14b87fc2a9e2f188e16c3218
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jan 10 06:45:07 2018 +0000

    t: Bump minimum version of perl to 5.24
    
    We can now assume that perl 5.24 is available (as we no longer support
    jessie).
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/scripts/02-minimum-version/runner.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/scripts/02-minimum-version/runner.pl b/t/scripts/02-minimum-version/runner.pl
index 56644e8..2ca3676 100755
--- a/t/scripts/02-minimum-version/runner.pl
+++ b/t/scripts/02-minimum-version/runner.pl
@@ -10,8 +10,8 @@ plan skip_all => 'Not needed for coverage of Lintian'
 eval 'use Test::MinimumVersion';
 plan skip_all => 'Test::MinimumVersion required to run this test' if $@;
 
-# squeeze => 5.10.1, Wheezy => 5.14.2
-our $REQUIRED = 'v5.14.2';
+# squeeze => 5.10.1, Wheezy => 5.14.2, stretch => 5.24.1
+our $REQUIRED = 'v5.24.1';
 
 my @test_paths = program_name_to_perl_paths($0);
 $ENV{'LINTIAN_TEST_ROOT'} //= '.';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: