projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e9872d0
)
Add inet_pton and inet_ntop to the list of functions exported by Socket
Rafael Garcia-Suarez [Fri, 27 Mar 2009 12:19:16 +0000 (13:19 +0100)]
ext/Socket/Socket.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Socket/Socket.pm
b/ext/Socket/Socket.pm
index
6b268ef
..
7d130ba
100644
(file)
--- 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