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.7 by root, Mon Jul 4 21:14:29 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines