From: Rafael Garcia-Suarez Date: Fri, 27 Mar 2009 12:19:16 +0000 (+0100) Subject: Add inet_pton and inet_ntop to the list of functions exported by Socket X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4411113f31b3f00171bb335092b02104d29d7cd7;p=p5sagit%2Fp5-mst-13.2.git Add inet_pton and inet_ntop to the list of functions exported by Socket --- diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm index 6b268ef..7d130ba 100644 --- a/ext/Socket/Socket.pm +++ b/ext/Socket/Socket.pm @@ -198,6 +198,7 @@ use XSLoader (); @ISA = qw(Exporter); @EXPORT = qw( inet_aton inet_ntoa + inet_pton inet_ntop sockaddr_family pack_sockaddr_in unpack_sockaddr_in pack_sockaddr_un unpack_sockaddr_un