Skip to content

Commit 098569f

Browse files
committed
Devel::Cover 1.43 changed their Perl version to v5.12
1 parent bd4c4a7 commit 098569f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpanfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ requires 'Test::Version';
9999
requires 'Test::Warnings';
100100

101101
requires_by_perl 'Devel::Cover',
102-
before 5.010 => undef,
103-
before 5.012 => '==1.43',
102+
before 5.010 => do_not_install,
103+
before 5.012 => '==1.42',
104104
;
105105

106106
requires_by_perl 'Test::MockModule',

0 commit comments

Comments
 (0)