--- AnyEvent/t/65_event_05_dns.t 2009/07/18 00:05:29 1.2 +++ AnyEvent/t/65_event_05_dns.t 2010/12/29 04:23:06 1.4 @@ -1,7 +1,8 @@ # we avoid complicated tests here because some systems will # not have working DNS -BEGIN { eval q{use AnyEvent::Impl::Event;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Event not found}), exit 0) } +use AnyEvent; +BEGIN { eval q{use AnyEvent::Impl::Event;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Event not loadable}), exit 0) } use AnyEvent::DNS; $| = 1; print "1..5\n";