Skip to content

Commit f94d11a

Browse files
authored
Merge pull request #52 from Perl/oalders/io-socket-ip
2 parents a2c78a7 + fc0eaf2 commit f94d11a

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)