Skip to content

Commit

Permalink
Merge pull request #52 from Perl/oalders/io-socket-ip
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic authored Sep 19, 2023
2 parents a2c78a7 + fc0eaf2 commit f94d11a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ if ( "$]" >= 5.012 ) {
requires 'Pod::Coverage::TrustPod';
}

if ( "$]" < 5.014 ) {
requires 'IO::Socket::IP', '==0.41';
}

if ( "$]" >= 5.020 ) {
requires 'Dist::Zilla::PluginBundle::Author::ETHER';
requires 'Dist::Zilla::PluginBundle::Author::OALDERS';
Expand Down

0 comments on commit f94d11a

Please sign in to comment.