ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Compress-LZF/t/00_load.t
Revision: 1.1
Committed: Thu Sep 27 18:36:37 2001 UTC (22 years, 8 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-3_7, rel-1_9, rel-1_71, rel-3_4, rel-3_1, rel-1_8, rel-1_5, rel-2_0, rel-3_8, rel-3_41, rel-3_42, rel-3_43, rel-1_7, rel-3_11, 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 Compress::LZF;
4 $loaded = 1;
5 print "ok 1\n";
6