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

Comparing AnyEvent/t/68_poe_05_dns.t (file contents):
Revision 1.2 by root, Thu Apr 23 22:44:30 2009 UTC vs.
Revision 1.3 by root, Thu Jul 9 22:49:18 2009 UTC

1$|=1; 1$|=1;
2$^W=0;
3BEGIN { print "1..5\n" } 2BEGIN { print "1..5\n" }
4 3
5# we avoid complicated tests here because some systems will 4# we avoid complicated tests here because some systems will
6# not have working DNS 5# not have working DNS
7 6
8use AnyEvent::Impl::POE; 7use AnyEvent::Impl::POE; $^W = 0;
9use AnyEvent::DNS; 8use AnyEvent::DNS;
10 9
11print "ok 1\n"; 10print "ok 1\n";
12 11
13AnyEvent::DNS::resolver; 12AnyEvent::DNS::resolver;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines