ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Games-Sokoban/t/00_load.t
Revision: 1.2
Committed: Wed May 12 20:49:08 2010 UTC (14 years, 1 month ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-1_01, HEAD
Changes since 1.1: +1 -1 lines
Log Message:
1.01

File Contents

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