ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-HTTP/t/00_load.t
Revision: 1.1
Committed: Mon May 26 21:41:32 2008 UTC (16 years ago) by root
Content type: application/x-troff
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

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