ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
/
cvs
/
Net-SNMP-EV
/
t
/
00_load.t
Revision:
1.3
Committed:
Fri Apr 10 06:49:34 2009 UTC
(15 years, 5 months ago) by
root
Content type:
application/x-troff
Branch:
MAIN
CVS Tags:
rel-0_12, HEAD
Changes since
1.2
:
+1 -1 lines
Log Message:
0.12
File Contents
#
Content
1
BEGIN { $| = 1; print "1..1\n"; }
2
END {print "not ok 1\n" unless $loaded;}
3
use Net::SNMP::EV;
4
$loaded = 1;
5
print "ok 1\n";