ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Canary-Stability/t/00_load.t
Revision: 1.1
Committed: Mon Apr 22 10:40:01 2019 UTC (5 years, 1 month ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-2013, HEAD
Log Message:
2013

File Contents

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