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 26ee7f0 commit 0bb7ce4Copy full SHA for 0bb7ce4
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 'Perl::Critic',
94
+ prior 5.010 => '==1.142',
95
+ otherwise '>= 1.144',
96
+ ;
97
+
98
requires_by_perl 'Plack',
99
prior 5.012 => '==1.0050',
100
otherwise skip
@@ -132,13 +137,6 @@ requires_by_perl 'Test::MockModule',
132
137
prior 5.012 => '==0.178',
133
138
134
139
135
-if ( "$]" >= 5.010 ) {
136
- requires 'Perl::Critic', '>= 1.144';
-}
-else {
- requires 'Perl::Critic', '==1.142';
140
141
-
142
requires 'App::cpanoutdated';
143
requires 'ExtUtils::MakeMaker';
144
requires 'File::Temp';
0 commit comments