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.2 by root, Thu Jul 9 22:49:18 2009 UTC

2BEGIN { print "1..5\n" } 2BEGIN { print "1..5\n" }
3 3
4# we avoid complicated tests here because some systems will 4# we avoid complicated tests here because some systems will
5# not have working DNS 5# not have working DNS
6 6
7use AnyEvent::Impl::IOAsync;
8use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop; 7use AnyEvent::Impl::IOAsync; use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop;
9
10use AnyEvent::DNS; 8use AnyEvent::DNS;
11 9
12print "ok 1\n"; 10print "ok 1\n";
13 11
14AnyEvent::DNS::resolver; 12AnyEvent::DNS::resolver;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines