ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/t/00_load.t
Revision: 1.4
Committed: Mon Oct 29 08:48:07 2007 UTC (16 years, 8 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-0_03
Changes since 1.3: +5 -4 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 BEGIN { $| = 1; print "1..4\n"; }
2
3 print eval { require EV } ? "" : "not ", "ok 1\n";
4 print eval { require EV::DNS } ? "" : "not ", "ok 2\n";
5 print eval { require EV::AnyEvent } ? "" : "not ", "ok 3\n";
6 print eval { require EV::MakeMaker } ? "" : "not ", "ok 4\n";