--- AnyEvent/t/02_signals.t 2009/07/26 12:40:42 1.7 +++ AnyEvent/t/02_signals.t 2010/12/29 04:16:33 1.8 @@ -8,7 +8,7 @@ } use AnyEvent; -use AnyEvent::Impl::Perl; +BEGIN { require AnyEvent::Impl::Perl unless $ENV{PERL_ANYEVENT_MODEL} } $| = 1; print "1..5\n";