From: Rafael Garcia-Suarez Date: Fri, 27 Mar 2009 14:33:18 +0000 (+0100) Subject: Fix concise-xs.t after recent changes to Socket.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=37fa5116bc1affdeacf7bc613c716046b0e91851;p=p5sagit%2Fp5-mst-13.2.git 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. --- diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index cc31958..264c9cf 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 /], }, };