--- AnyEvent/t/66_ioasync_01_basic.t 2009/07/18 00:05:29 1.3 +++ AnyEvent/t/66_ioasync_01_basic.t 2011/07/04 21:14:28 1.7 @@ -1,5 +1,6 @@ use AnyEvent; -BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not found}), exit 0) } use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop; +BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable +}), exit 0) } $| = 1; print "1..6\n";