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

Comparing AnyEvent-FastPing/t/00_load.t (file contents):
Revision 1.1 by root, Fri May 4 12:50:44 2007 UTC vs.
Revision 1.2 by root, Sun Apr 27 15:43:51 2008 UTC

1BEGIN { $| = 1; print "1..1\n"; } 1BEGIN { $| = 1; print "1..1\n"; }
2END {print "not ok 1\n" unless $loaded;} 2END {print "not ok 1\n" unless $loaded;}
3use Net::FPing; 3use AnyEvent::FastPing;
4$loaded = 1; 4$loaded = 1;
5print "ok 1\n"; 5print "ok 1\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines