ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Socket.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Socket.pm (file contents):
Revision 1.12 by root, Fri May 23 20:13:57 2008 UTC vs.
Revision 1.13 by root, Fri May 23 22:52:31 2008 UTC

35 35
36BEGIN { 36BEGIN {
37 *socket_inet_aton = \&Socket::inet_aton; # take a copy, in case Coro::LWP overrides it 37 *socket_inet_aton = \&Socket::inet_aton; # take a copy, in case Coro::LWP overrides it
38} 38}
39 39
40our @EXPORT = qw(inet_aton tcp_server tcp_connect); 40our @EXPORT = qw(parse_ipv4 parse_ipv6 parse_ip format_ip inet_aton tcp_server tcp_connect);
41 41
42our $VERSION = '1.0'; 42our $VERSION = '1.0';
43 43
44=item $ipn = parse_ipv4 $dotted_quad 44=item $ipn = parse_ipv4 $dotted_quad
45 45

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines