diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-25 11:06:19 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-25 11:06:19 -0400 |
commit | d6896be36b2f69111e4e9922186c9c724cc0d038 (patch) | |
tree | 65ee73882025dde7ca72897925f613c169257c13 /dist | |
parent | e014eb68559fa27ccb09cba7633eae6ea5936113 (diff) | |
download | perl-d6896be36b2f69111e4e9922186c9c724cc0d038.tar.gz |
Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK rather
than EXPORT as they're new functions which clobber symbols in downstream
CPAN modules.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 0f29d2e4a9..07532724d3 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -2,7 +2,7 @@ package Module::CoreList; use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated/; -$VERSION = '2.27'; +$VERSION = '2.28'; =head1 NAME @@ -13881,7 +13881,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'SelectSaver' => '1.02', 'SelfLoader' => '1.17', 'Shell' => '0.72_01', - 'Socket' => '1.86', + 'Socket' => '1.87', 'Storable' => '2.22', 'Switch' => '2.16', 'Symbol' => '1.07', |