--- AnyEvent/t/65_event_01_basic.t 2008/10/02 08:43:57 1.1 +++ AnyEvent/t/65_event_01_basic.t 2011/07/04 21:14:28 1.4 @@ -1,8 +1,8 @@ -$|=1; -BEGIN { print "1..6\n" } - use AnyEvent; -use AnyEvent::Impl::Event; +BEGIN { eval q{use AnyEvent::Impl::Event;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Event not loadable +}), exit 0) } + +$| = 1; print "1..6\n"; print "ok 1\n";