Skip to content

Commit

Permalink
Don't test against 5.17.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Aug 24, 2013
1 parent d5984cc commit 1e582dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Devel/Cover/Test.pm
Expand Up @@ -218,7 +218,7 @@ sub run_test
} }


my $version = int(($] - 5) * 1000 + 0.5); my $version = int(($] - 5) * 1000 + 0.5);
if ($version % 2 && $version < 16) if ($version % 2 && $version < 18)
{ {
Test::plan tests => 1; Test::plan tests => 1;
Test::skip("Perl version $] is an obsolete development version", 1); Test::skip("Perl version $] is an obsolete development version", 1);
Expand Down

0 comments on commit 1e582dd

Please sign in to comment.