diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-03-27 15:33:18 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-03-27 15:35:29 +0100 |
commit | 37fa5116bc1affdeacf7bc613c716046b0e91851 (patch) | |
tree | bb843ebd1c717b4b9b4537b6ffc00900255ab8b1 /ext | |
parent | d82dd1bcff0c4a6fd34a7b7c69185b1d2823307a (diff) | |
download | perl-37fa5116bc1affdeacf7bc613c716046b0e91851.tar.gz |
Fix concise-xs.t after recent changes to Socket.pm
Since concise-xs.t uses IO::Socket as a source for its testing, we need
to list correctly all function it exports.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/t/concise-xs.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index cc31958f62..264c9cfc78 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -222,6 +222,7 @@ 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 /], }, }; |