Skip to content

Commit b0bbea8

Browse files
committed
podlators v6.0.0 changed their Perl version to v5.12
1 parent 06bab19 commit b0bbea8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cpanfile

+5-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ sub prior { @_ }
3333
sub otherwise { @_ }
3434
sub do_not_install { undef }
3535

36+
requires_by_perl 'Pod::Man',
37+
prior 5.010 => '==4.14',
38+
prior 5.012 => '==5.01',
39+
;
40+
3641
# Last versions which install on < 5.12
3742
if ( "$]" < 5.012 ) {
3843
requires 'Data::Section', '==0.200007';
@@ -48,11 +53,9 @@ else {
4853
}
4954

5055
if ( "$]" >= 5.010 ) {
51-
requires 'Pod::Man', '>= 5.00';
5256
requires 'Perl::Critic', '>= 1.144';
5357
}
5458
else {
55-
requires 'Pod::Man', '==4.14';
5659
requires 'Perl::Critic', '==1.142';
5760
}
5861

0 commit comments

Comments
 (0)