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.1 by root, Thu Oct 2 08:43:58 2008 UTC vs.
Revision 1.6 by root, Wed Dec 29 04:23:06 2010 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::POE; 4use AnyEvent;
5BEGIN { eval q{use AnyEvent::Impl::POE;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::POE not loadable}), exit 0) } $^W = 0;
8use AnyEvent::DNS; 6use AnyEvent::DNS;
7
8$| = 1; print "1..5\n";
9 9
10print "ok 1\n"; 10print "ok 1\n";
11 11
12AnyEvent::DNS::resolver; 12AnyEvent::DNS::resolver;
13 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines