--- AnyEvent/t/68_poe_04_condvar.t 2011/07/04 21:14:29 1.6 +++ AnyEvent/t/68_poe_04_condvar.t 2011/08/02 20:02:47 1.7 @@ -28,7 +28,7 @@ }); print "ok 2\n"; - $cv->wait; + $cv->recv; print "ok 8\n"; my @x = $cv->recv;