ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/t/00_load.t
Revision: 1.2
Committed: Thu Jul 9 17:58:53 2009 UTC (15 years ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-3_7, rel-3_6, rel-3_5, rel-3_4, rel-3_3, rel-3_2, rel-3_1, rel-3_0, rel-3_75, rel-3_74, rel-3_71, rel-2_01, rel-2_0, rel-3_72, rel-2_02, rel-2_03, rel-1_0, rel-0_04, rel-0_03, HEAD
Changes since 1.1: +3 -3 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.2 BEGIN { $| = 1; print "1..1\n" }
2     END {print "not ok 1\n" unless $loaded}
3 root 1.1 use common::sense;
4 root 1.2 our $loaded = 1;
5 root 1.1 print "ok 1\n";