Skip to content

Commit fc0eaf2

Browse files
committed
Pin IO::Socket::IP to 0.41 on Perls < 5.14
1 parent a2c78a7 commit fc0eaf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpanfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ if ( "$]" >= 5.012 ) {
7373
requires 'Pod::Coverage::TrustPod';
7474
}
7575

76+
if ( "$]" < 5.014 ) {
77+
requires 'IO::Socket::IP', '==0.41';
78+
}
79+
7680
if ( "$]" >= 5.020 ) {
7781
requires 'Dist::Zilla::PluginBundle::Author::ETHER';
7882
requires 'Dist::Zilla::PluginBundle::Author::OALDERS';

0 commit comments

Comments
 (0)