We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f2ca8 commit 44ac2a0Copy full SHA for 44ac2a0
cpanfile
@@ -86,8 +86,12 @@ if ( "$]" >= 5.020 ) {
86
if ( "$]" < 5.026 ) {
87
requires 'Dist::Zilla::PluginBundle::RJBS', '==5.023';
88
}
89
+ elsif ( "$]" < 5.034 ) {
90
+ requires 'Dist::Zilla::PluginBundle::RJBS', '==5.025';
91
+ }
92
else {
- requires 'Dist::Zilla::PluginBundle::RJBS';
93
+ # 5.028 requires v5.36 whereas newer versions only v5.34
94
+ requires 'Dist::Zilla::PluginBundle::RJBS', '>5.028';
95
96
97
requires 'Dist::Zilla::PluginBundle::Starter::Git';
0 commit comments