ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/00_load.t
Revision: 1.3
Committed: Fri May 23 03:20:53 2008 UTC (16 years, 1 month ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-4_0, rel-4_03
Changes since 1.2: +6 -4 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 $|=1;
2 root 1.3 BEGIN { print "1..5\n" }
3 root 1.1
4 root 1.3 require AnyEvent; print "ok 1\n";
5     require AnyEvent::Impl::Perl; print "ok 2\n";
6     require AnyEvent::Util; print "ok 3\n";
7     require AnyEvent::Handle; print "ok 4\n";
8     require AnyEvent::DNS; print "ok 5\n";
9 root 1.1
10    
11