ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/t/00_load.t
Revision: 1.1
Committed: Wed Apr 8 10:30:46 2009 UTC (15 years, 2 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-1_1, rel-1_0, rel-1_3, rel-1_2, rel-0_03, rel-1_34, rel-1_33, rel-1_32, rel-1_31, rel-0_02, 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 Net::SNMP::XS;
4 $loaded = 1;
5 print "ok 1\n";