ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork/t/00_load.t
Revision: 1.3
Committed: Thu Apr 4 00:27:06 2013 UTC (11 years, 2 months ago) by root
Content type: application/x-troff
Branch: MAIN
Changes since 1.2: +2 -0 lines
Log Message:
*** empty log message ***

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 root 1.2 use AnyEvent::Fork;
4 root 1.3 use AnyEvent::Fork::Util;
5     use AnyEvent::Fork::Serve;
6 root 1.1 $loaded = 1;
7     print "ok 1\n";