diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-07-11 08:51:42 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-07-11 08:51:42 +0100 |
commit | 7f55cec00e1151b48fa4508e0b06e73b250442df (patch) | |
tree | 74b6277cfa5f040e7fc959e7838a35cd04bc84fa /Porting | |
parent | 7ce999b4b486758c56c698d477d046435a80365e (diff) | |
download | perl-7f55cec00e1151b48fa4508e0b06e73b250442df.tar.gz |
Upgrade IO-Socket-IP from version 0.30 to 0.31
(perldelta: Say we're upgrading from 0.29 since we've already upgraded from
that since 5.21.0.)
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 32100a0db0..fe8b6cd9ce 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -622,7 +622,7 @@ use File::Glob qw(:case); }, 'IO::Socket::IP' => { - 'DISTRIBUTION' => 'PEVANS/IO-Socket-IP-0.30.tar.gz', + 'DISTRIBUTION' => 'PEVANS/IO-Socket-IP-0.31.tar.gz', 'FILES' => q[cpan/IO-Socket-IP], 'EXCLUDED' => [ qr{^examples/}, |