ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/66_ioasync_05_dns.t
(Generate patch)

Comparing AnyEvent/t/66_ioasync_05_dns.t (file contents):
Revision 1.1 by root, Thu Jun 25 11:16:08 2009 UTC vs.
Revision 1.7 by root, Mon Jul 4 21:14:29 2011 UTC

1$|=1;
2BEGIN { print "1..5\n" }
3
4# we avoid complicated tests here because some systems will 1# we avoid complicated tests here because some systems will
5# not have working DNS 2# not have working DNS
6 3
7use AnyEvent::Impl::IOAsync; 4use AnyEvent;
8use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop; 5BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable
6}), exit 0) }
7use AnyEvent::DNS;
9 8
10use AnyEvent::DNS; 9$| = 1; print "1..5\n";
11 10
12print "ok 1\n"; 11print "ok 1\n";
13 12
14AnyEvent::DNS::resolver; 13AnyEvent::DNS::resolver;
15 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines