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.1 by root, Fri May 23 16:00:36 2008 UTC vs.
Revision 1.2 by root, Fri May 23 16:36:02 2008 UTC

2BEGIN { print "1..2\n" } 2BEGIN { print "1..2\n" }
3 3
4# we avoid complicated tests here because some systems will 4# we avoid complicated tests here because some systems will
5# not have working DNS 5# not have working DNS
6 6
7use AnyEvent::Impl::Perl;
7use AnyEvent::DNS; 8use AnyEvent::DNS;
8 9
9print "ok 1\n"; 10print "ok 1\n";
10 11
11AnyEvent->resolver; 12AnyEvent::DNS::resolver;
12 13
13print "ok 2\n"; 14print "ok 2\n";
14 15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines