Skip to content

Commit 815f8fa

Browse files
committed
Dist::Zilla now has a minimum version of 5.20
1 parent ef00d75 commit 815f8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if ( "$]" >= 5.010 ) {
4848
requires 'Minilla';
4949
}
5050

51-
if ( "$]" >= 5.014 ) {
51+
if ( "$]" >= 5.020 ) {
5252
requires 'Dist::Zilla::PluginBundle::Author::ETHER';
5353
requires 'Dist::Zilla::PluginBundle::Author::OALDERS';
5454
requires 'Dist::Zilla::PluginBundle::RJBS';

0 commit comments

Comments
 (0)