ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FCP/t/00_load.t
Revision: 1.1
Committed: Sat Jul 18 05:57:59 2009 UTC (14 years, 10 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-0_21, rel-0_2, rel-0_3, rel-0_4, rel-0_5, HEAD
Log Message:
riddify us of meta.yml garbage in manifest

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