ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/EV-ADNS/t/00_load.t
Revision: 1.1
Committed: Sat Dec 1 13:53:11 2007 UTC (16 years, 7 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-3_0, rel-1_0, rel-2_2, rel-2_3, rel-2_0, rel-2_1, rel-0_1, rel-0_2, rel-0_3, HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 BEGIN { $| = 1; print "1..1\n"; }
2 END {print "not ok 1\n" unless $loaded;}
3 use EV::ADNS;
4 $loaded = 1;
5 print "ok 1\n";