--- AnyEvent/t/65_event_07_io.t 2009/07/18 00:05:29 1.2 +++ AnyEvent/t/65_event_07_io.t 2009/07/20 22:39:57 1.3 @@ -1,6 +1,6 @@ use AnyEvent; use AnyEvent::Util; -BEGIN { eval q{use AnyEvent::Impl::Event;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Event not found}), exit 0) } +BEGIN { eval q{use AnyEvent::Impl::Event;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Event not loadable}), exit 0) } $| = 1; print "1..18\n";