--- AnyEvent/t/69_ev_02_signals.t 2009/07/09 22:49:18 1.2 +++ AnyEvent/t/69_ev_02_signals.t 2009/07/18 00:05:29 1.3 @@ -1,10 +1,7 @@ -$|=1; -BEGIN { - print "1..5\n"; -} - use AnyEvent; -use AnyEvent::Impl::EV; +BEGIN { eval q{use AnyEvent::Impl::EV;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::EV not found}), exit 0) } + +$| = 1; print "1..5\n"; print "ok 1\n";