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 /ext/B/t/concise-xs.t | |
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 'ext/B/t/concise-xs.t')
-rw-r--r-- | ext/B/t/concise-xs.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index 8e51b880db..20ecb55efa 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -218,8 +218,8 @@ my $testpkgs = { XS => [qw/ unpack_sockaddr_un unpack_sockaddr_in sockatmark sockaddr_family pack_sockaddr_un pack_sockaddr_in inet_ntoa inet_aton - inet_ntop inet_pton /], + # skip inet_ntop and inet_pton as they're not exported by default }, }; |