Skip to content

Commit 48bb770

Browse files
committed
podlators changed their Perl version to v5.12
1 parent 24a8e5a commit 48bb770

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
@@ -16,6 +16,11 @@ sub requires_by_perl {
1616
requires @requires;
1717
}
1818

19+
requires_by_perl 'Pod::Man', # podlators
20+
5.010 => '==4.14',
21+
5.012 => '==5.01',
22+
;
23+
1924
# Last versions which install on < 5.12
2025
if ( "$]" < 5.012 ) {
2126
requires 'Data::Section', '==0.200007';
@@ -24,11 +29,9 @@ if ( "$]" < 5.012 ) {
2429
}
2530

2631
if ( "$]" >= 5.010 ) {
27-
requires 'Pod::Man', '>= 5.00';
2832
requires 'Perl::Critic', '>= 1.144';
2933
}
3034
else {
31-
requires 'Pod::Man', '==4.14';
3235
requires 'Perl::Critic', '==1.142';
3336
}
3437

0 commit comments

Comments
 (0)