ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/05_dns.t
Revision: 1.2
Committed: Fri May 23 16:36:02 2008 UTC (16 years, 1 month ago) by root
Content type: application/x-troff
Branch: MAIN
Changes since 1.1: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

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