ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Mysql/t/00_load.t
Revision: 1.1
Committed: Mon May 18 15:19:38 2009 UTC (15 years, 1 month ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-1_1, rel-1_2, rel-2_0, rel-2_1, rel-1_02, rel-0_1, rel-1_01, rel-1_24, rel-1_25, rel-1_26, rel-1_27, rel-1_21, rel-1_22, HEAD
Log Message:
initial check-in

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     use Coro::Mysql;
4     $loaded = 1;
5     print "ok 1\n";