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 da2fac9 commit 33bf816Copy full SHA for 33bf816
cpanfile
@@ -104,6 +104,11 @@ requires_by_perl 'Software::License::Perl_5',
104
prior 5.012 => '==0.104004',
105
;
106
107
+requires_by_perl 'Sub::Exporter',
108
+ prior 5.012 => '==0.990',
109
+ otherwise skip
110
+ ;
111
+
112
requires_by_perl 'Test2::Harness',
113
prior 5.010 => skip,
114
prior 5.014 => '==1.000156',
@@ -120,7 +125,6 @@ requires_by_perl 'Test::MockModule',
120
125
121
126
# Last versions which install on < 5.12
122
127
if ( "$]" < 5.012 ) {
123
- requires 'Sub::Exporter', '==0.990';
124
128
requires 'Test::Deep', '==1.130';
129
}
130
else {
0 commit comments