Skip to content

Commit 4478dc9

Browse files
committed
Use requires_by_perl - Minilla
1 parent 0ee503f commit 4478dc9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cpanfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ requires_by_perl 'Dist::Zilla::PluginBundle::RJBS',
9898
otherwise '>5.028' # 5.028 requires v5.36 whereas following versions only v5.34, so omit it
9999
;
100100

101+
requires_by_perl 'Minilla',
102+
prior 5.010 => skip,
103+
;
104+
101105
requires_by_perl 'Perl::Critic',
102106
prior 5.010 => '==1.142',
103107
otherwise '>= 1.144',
@@ -182,7 +186,6 @@ requires 'Test::Version';
182186
requires 'Test::Warnings';
183187

184188
if ( "$]" >= 5.010 ) {
185-
requires 'Minilla';
186189
requires 'Test::Vars';
187190
}
188191

0 commit comments

Comments
 (0)