--- AnyEvent/t/66_ioasync_03_child.t 2009/08/09 13:27:23 1.8 +++ AnyEvent/t/66_ioasync_03_child.t 2010/12/29 04:23:06 1.9 @@ -19,7 +19,7 @@ } use AnyEvent; -BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable}), exit 0) } use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop; $^W = 0; +BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable}), exit 0) } $| = 1; print "1..50\n";