ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/t/00_load.t
Revision: 1.1
Committed: Sat Dec 13 17:37:22 2008 UTC (15 years, 5 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-1_02, rel-1_0, rel-1_021, rel-0_1, rel-1_023, rel-1_022, rel-0_5, rel-1_01, HEAD
Log Message:
initial check-in

File Contents

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