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 c6f907d commit 1bec90bCopy full SHA for 1bec90b
cpanfile
@@ -91,8 +91,12 @@ if ( "$]" >= 5.020 ) {
91
if ( "$]" < 5.026 ) {
92
requires 'Dist::Zilla::PluginBundle::RJBS', '==5.023';
93
}
94
+ elsif ( "$]" < 5.034 ) {
95
+ requires 'Dist::Zilla::PluginBundle::RJBS', '==5.025';
96
+ }
97
else {
- requires 'Dist::Zilla::PluginBundle::RJBS';
98
+ # 5.028 requires v5.36 whereas newer versions only v5.34
99
+ requires 'Dist::Zilla::PluginBundle::RJBS', '>5.028';
100
101
102
requires 'Dist::Zilla::PluginBundle::Starter::Git';
0 commit comments