--- AnyEvent/t/03_child.t 2009/07/20 06:00:42 1.18 +++ AnyEvent/t/03_child.t 2010/12/29 04:16:33 1.19 @@ -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";