--- AnyEvent/t/handle/04_listen.t 2008/05/02 09:04:57 1.3 +++ AnyEvent/t/handle/04_listen.t 2008/05/02 09:07:02 1.5 @@ -17,6 +17,7 @@ LocalPort => 32391, ReuseAddr => 1, ); + my $ae_sock = AnyEvent::Socket->new ( PeerAddr => "127.0.0.1:32391", @@ -56,3 +57,4 @@ is ($lbytes, "TEST\015\012", 'listening end received data'); is ($rbytes, "BLABLABLA\015\012", 'connecting received response'); +