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.4 by root, Sat Jul 18 00:05:29 2009 UTC vs.
Revision 1.5 by root, Mon Jul 20 22:39:57 2009 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
4BEGIN { eval q{use AnyEvent::Impl::POE;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::POE not found}), exit 0) } $^W = 0; 4BEGIN { eval q{use AnyEvent::Impl::POE;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::POE not loadable}), exit 0) } $^W = 0;
5use AnyEvent::DNS; 5use AnyEvent::DNS;
6 6
7$| = 1; print "1..5\n"; 7$| = 1; print "1..5\n";
8 8
9print "ok 1\n"; 9print "ok 1\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines