ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/00_load.t
Revision: 1.2
Committed: Wed May 21 14:37:55 2008 UTC (16 years, 1 month ago) by root
Content type: application/x-troff
Branch: MAIN
Changes since 1.1: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 $|=1;
2 BEGIN { print "1..1\n" }
3
4 use AnyEvent;
5 use AnyEvent::Impl::Perl;
6
7 print "ok 1\n";
8
9