ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/handle/04_listen.t
(Generate patch)

Comparing AnyEvent/t/handle/04_listen.t (file contents):
Revision 1.12 by root, Fri May 23 17:47:06 2008 UTC vs.
Revision 1.13 by root, Sat May 24 02:50:45 2008 UTC

38 ($port) = Socket::unpack_sockaddr_in getsockname $_[0]; 38 ($port) = Socket::unpack_sockaddr_in getsockname $_[0];
39 39
40 0 40 0
41 }; 41 };
42 42
43
44my $clhdl; 43my $clhdl;
45my $wc = tcp_connect localhost => $port, sub { 44my $wc = tcp_connect localhost => $port, sub {
46 my ($fh) = @_ 45 my ($fh) = @_
47 or die "connect: $!"; 46 or die "connect: $!";
48 47

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines