ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/t/00_load.t
(Generate patch)

Comparing EV/t/00_load.t (file contents):
Revision 1.2 by root, Fri Oct 26 16:50:05 2007 UTC vs.
Revision 1.4 by root, Mon Oct 29 08:48:07 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines