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 0ee503f commit 4478dc9Copy full SHA for 4478dc9
cpanfile
@@ -98,6 +98,10 @@ requires_by_perl 'Dist::Zilla::PluginBundle::RJBS',
98
otherwise '>5.028' # 5.028 requires v5.36 whereas following versions only v5.34, so omit it
99
;
100
101
+requires_by_perl 'Minilla',
102
+ prior 5.010 => skip,
103
+ ;
104
+
105
requires_by_perl 'Perl::Critic',
106
prior 5.010 => '==1.142',
107
otherwise '>= 1.144',
@@ -182,7 +186,6 @@ requires 'Test::Version';
182
186
requires 'Test::Warnings';
183
187
184
188
if ( "$]" >= 5.010 ) {
185
- requires 'Minilla';
189
requires 'Test::Vars';
190
}
191
0 commit comments