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.9 by root, Fri May 23 19:46:38 2008 UTC vs.
Revision 1.10 by root, Fri May 23 19:52:29 2008 UTC

91 } 91 }
92 92
93 my @h = split /:/, $h; 93 my @h = split /:/, $h;
94 my @t = split /:/, $t; 94 my @t = split /:/, $t;
95 95
96 warn "a <$h><$t> $t[-1]\n";#d#
97 # check four ipv4 tail 96 # check four ipv4 tail
98 if (@t && $t[-1]=~ /\./) { 97 if (@t && $t[-1]=~ /\./) {
99 return undef if $n > 6; 98 return undef if $n > 6;
100 99
101 my $ipn = parse_ipv4 pop @t 100 my $ipn = parse_ipv4 pop @t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines