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.
requires_by_perl
1 parent cf0450a commit 636057dCopy full SHA for 636057d
cpanfile
@@ -90,6 +90,11 @@ requires_by_perl 'Dist::Zilla::PluginBundle::RJBS',
90
otherwise '>5.028' # 5.028 requires v5.36 whereas following versions only v5.34, so omit it
91
;
92
93
+requires_by_perl 'Plack',
94
+ prior 5.012 => '==1.0050',
95
+ otherwise skip
96
+ ;
97
+
98
requires_by_perl 'Pod::Man',
99
prior 5.010 => '==4.14',
100
prior 5.012 => '==5.01',
@@ -111,7 +116,6 @@ requires_by_perl 'Test::MockModule',
111
116
112
117
# Last versions which install on < 5.12
113
118
if ( "$]" < 5.012 ) {
114
- requires 'Plack', '==1.0050';
115
119
requires 'Software::License::Perl_5', '==0.104004';
120
requires 'Sub::Exporter', '==0.990';
121
requires 'Test::Deep', '==1.130';
0 commit comments