--- AnyEvent/t/03_child.t 2009/07/20 06:00:42 1.18 +++ AnyEvent/t/03_child.t 2011/08/02 20:02:45 1.20 @@ -19,7 +19,7 @@ } use AnyEvent; -use AnyEvent::Impl::Perl; +BEGIN { require AnyEvent::Impl::Perl unless $ENV{PERL_ANYEVENT_MODEL} } $| = 1; print "1..50\n"; @@ -50,7 +50,7 @@ $cv->broadcast; }); - $cv->wait; + $cv->recv; my $pid2 = fork || POSIX::_exit 7; @@ -69,7 +69,7 @@ exit 0; }); - $cv2->wait; + $cv2->recv; print "ok ${it}7\n"; print "ok ${it}8\n";