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

Comparing common-sense/t/00_load.t (file contents):
Revision 1.1 by root, Thu Jul 9 16:14:16 2009 UTC vs.
Revision 1.2 by root, Thu Jul 9 17:58:53 2009 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 common::sense; 3use common::sense;
4$loaded = 1; 4our $loaded = 1;
5print "ok 1\n"; 5print "ok 1\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines