Skip to content

Commit

Permalink
Pin IO::Socket::IP to 0.41 on Perls < 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Sep 19, 2023
1 parent a2c78a7 commit fc0eaf2
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 fc0eaf2

Please sign in to comment.