Skip to content

Commit d9e1e78

Browse files
committed
minimum-version.t: Bump to Perl 5.24 (as it is a lot faster)
This reduces the test from ~30s to ~4s and we are guaranteed to have Perl 5.24 from Debian stable already. Signed-off-by: Niels Thykier <[email protected]>
1 parent 3f44abc commit d9e1e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/minimum-version.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ eval 'use Test::MinimumVersion';
88
plan skip_all => 'Test::MinimumVersion required to run this test' if $@;
99

1010
# sarge was released with 5.8.4, etch with 5.8.8, lenny with 5.10.0
11-
our $REQUIRED = 'v5.10.0';
11+
our $REQUIRED = 'v5.24';
1212
all_minimum_version_ok($REQUIRED, { paths => ['.'] , no_plan => 1});
1313

1414
done_testing();

0 commit comments

Comments
 (0)