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

Comparing AnyEvent/t/05_dns.t (file contents):
Revision 1.4 by root, Sat Jul 18 00:05:29 2009 UTC vs.
Revision 1.5 by root, Wed Dec 29 04:16:34 2010 UTC

1# we avoid complicated tests here because some systems will 1# we avoid complicated tests here because some systems will
2# not have working DNS 2# not have working DNS
3 3
4use AnyEvent::Impl::Perl; 4use AnyEvent;
5BEGIN { require AnyEvent::Impl::Perl unless $ENV{PERL_ANYEVENT_MODEL} }
5use AnyEvent::DNS; 6use AnyEvent::DNS;
6 7
7$| = 1; print "1..5\n"; 8$| = 1; print "1..5\n";
8 9
9print "ok 1\n"; 10print "ok 1\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines