ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/05_dns.t
Revision: 1.1
Committed: Fri May 23 16:00:36 2008 UTC (16 years, 1 month ago) by root
Content type: application/x-troff
Branch: MAIN
Log Message:
win32 support

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     use AnyEvent::DNS;
8    
9     print "ok 1\n";
10    
11     AnyEvent->resolver;
12    
13     print "ok 2\n";
14