Skip to content

Commit 44ac2a0

Browse files
committed
Yet another version branching for Dist::Zilla::PluginBundle::RJBS
1 parent e6f2ca8 commit 44ac2a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cpanfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,12 @@ if ( "$]" >= 5.020 ) {
8686
if ( "$]" < 5.026 ) {
8787
requires 'Dist::Zilla::PluginBundle::RJBS', '==5.023';
8888
}
89+
elsif ( "$]" < 5.034 ) {
90+
requires 'Dist::Zilla::PluginBundle::RJBS', '==5.025';
91+
}
8992
else {
90-
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';
9195
}
9296

9397
requires 'Dist::Zilla::PluginBundle::Starter::Git';

0 commit comments

Comments
 (0)