--- AnyEvent/t/01_basic.t 2009/07/18 00:05:29 1.5 +++ AnyEvent/t/01_basic.t 2010/12/29 04:16:33 1.6 @@ -1,5 +1,5 @@ use AnyEvent; -use AnyEvent::Impl::Perl; +BEGIN { require AnyEvent::Impl::Perl unless $ENV{PERL_ANYEVENT_MODEL} } $| = 1; print "1..6\n";