Skip to content

Commit 1bec90b

Browse files
committed
Dist::Zilla::PluginBundle::RJBS 5.028 changed their Perl version to v5.36
1 parent c6f907d commit 1bec90b

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
@@ -91,8 +91,12 @@ if ( "$]" >= 5.020 ) {
9191
if ( "$]" < 5.026 ) {
9292
requires 'Dist::Zilla::PluginBundle::RJBS', '==5.023';
9393
}
94+
elsif ( "$]" < 5.034 ) {
95+
requires 'Dist::Zilla::PluginBundle::RJBS', '==5.025';
96+
}
9497
else {
95-
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';
96100
}
97101

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

0 commit comments

Comments
 (0)