--- AnyEvent/t/05_dns.t 2008/05/24 17:21:50 1.3 +++ AnyEvent/t/05_dns.t 2009/07/18 00:05:29 1.4 @@ -1,12 +1,11 @@ -$|=1; -BEGIN { print "1..5\n" } - # we avoid complicated tests here because some systems will # not have working DNS use AnyEvent::Impl::Perl; use AnyEvent::DNS; +$| = 1; print "1..5\n"; + print "ok 1\n"; AnyEvent::DNS::resolver;