This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add inet_pton and inet_ntop to the list of functions exported by Socket
[perl5.git]
/
ext
/
Socket
/
Socket.pm
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