Skip to content

Commit 43b3d8b

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpanfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ sub requires_by_perl {
1616
requires @requires;
1717
}
1818

19+
requires_by_perl 'podlators',
20+
5.012 => '==5.01',
21+
;
22+
1923
# Last versions which install on < 5.12
2024
if ( "$]" < 5.012 ) {
2125
requires 'Data::Section', '==0.200007';

0 commit comments

Comments
 (0)