ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Digest-FNV-XS/t/00_load.t
Revision: 1.1
Committed: Thu Oct 29 10:56:00 2015 UTC (8 years, 7 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: 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 Digest::FNV::XS;
4 $loaded = 1;
5 print "ok 1\n";