Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Apr 25, 2024
1 parent 00eccb8 commit 3065baa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/Devel/Cover/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ sub run_test {

$ENV{DEVEL_COVER_TEST_SUITE} = 1;

if ($] < 5.010000) {
plan skip_all => "Perl version $] is not supported";
return;
}

if ($self->{skip}) {
plan skip_all => $self->{skip};
return;
Expand Down

0 comments on commit 3065baa

Please sign in to comment.