ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Games-Go-SimpleBoard/t/00_load.t
Revision: 1.1
Committed: Sun Jun 22 15:05:59 2008 UTC (15 years, 11 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-1_0, rel-1_01, HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 $|=1;
2     BEGIN { print "1..1\n" }
3    
4     require Games::Go::SimpleBoard; print "ok 1\n";