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 5da1b54 commit cf0450aCopy full SHA for cf0450a
cpanfile
@@ -68,6 +68,11 @@ sub prior { @_ }
68
sub otherwise { @_ }
69
sub skip { undef }
70
71
+requires_by_perl 'Data::OptList',
72
+ prior 5.012 => '==0.113',
73
+ otherwise skip
74
+ ;
75
+
76
requires_by_perl 'Data::Section',
77
prior 5.012 => '==0.200007',
78
otherwise skip,
@@ -106,7 +111,6 @@ requires_by_perl 'Test::MockModule',
106
111
107
112
# Last versions which install on < 5.12
108
113
if ( "$]" < 5.012 ) {
109
- requires 'Data::OptList', '==0.113';
110
114
requires 'Plack', '==1.0050';
115
requires 'Software::License::Perl_5', '==0.104004';
116
requires 'Sub::Exporter', '==0.990';
0 commit comments