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 39f1943 commit 26ee7f0Copy full SHA for 26ee7f0
cpanfile
@@ -95,6 +95,10 @@ requires_by_perl 'Plack',
95
otherwise skip
96
;
97
98
+requires_by_perl 'Plack::Test',
99
+ prior 5.012 => skip
100
+ ;
101
+
102
requires_by_perl 'Pod::Man',
103
prior 5.010 => '==4.14',
104
prior 5.012 => '==5.01',
@@ -128,13 +132,6 @@ requires_by_perl 'Test::MockModule',
128
132
prior 5.012 => '==0.178',
129
133
130
134
131
-# Last versions which install on < 5.12
-if ( "$]" < 5.012 ) {
-}
-else {
135
- requires 'Plack::Test';
136
137
-
138
if ( "$]" >= 5.010 ) {
139
requires 'Perl::Critic', '>= 1.144';
140
}
0 commit comments