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 33ab004 commit c2e83b9Copy full SHA for c2e83b9
cpanfile
@@ -110,6 +110,10 @@ requires_by_perl 'Dist::Zilla::PluginBundle::RJBS',
110
otherwise '>5.028' # 5.028 requires v5.36 whereas following versions only v5.34, so omit it
111
;
112
113
+requires_by_perl 'IO::Socket::IP',
114
+ prior 5.014 => '==0.41',
115
+ ;
116
+
117
requires_by_perl 'Minilla',
118
prior 5.010 => skip,
119
@@ -205,10 +209,6 @@ requires 'Test::Synopsis';
205
209
requires 'Test::Version';
206
210
requires 'Test::Warnings';
207
211
208
-if ( "$]" < 5.014 ) {
- requires 'IO::Socket::IP', '==0.41';
-}
-
212
if ( "$]" >= 5.020 ) {
213
requires 'Dist::Zilla::PluginBundle::Author::ETHER';
214
requires 'Dist::Zilla::PluginBundle::Author::OALDERS';
0 commit comments