--- AnyEvent/t/66_ioasync_03_child.t 2010/12/29 04:23:06 1.9 +++ AnyEvent/t/66_ioasync_03_child.t 2011/07/04 21:14:28 1.10 @@ -19,7 +19,8 @@ } use AnyEvent; -BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable}), exit 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";