ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork/t/02_template.t
(Generate patch)

Comparing AnyEvent-Fork/t/02_template.t (file contents):
Revision 1.2 by root, Thu Apr 4 03:45:12 2013 UTC vs.
Revision 1.3 by root, Thu Apr 4 04:23:07 2013 UTC

1BEGIN {
2 if ($^O eq "MSWin32") {
3 print "1..0 # SKIP broken perl detected, skipping\n";
4 exit;
5 }
6}
7
1BEGIN { $| = 1; print "1..3\n"; } 8BEGIN { $| = 1; print "1..3\n"; }
2 9
3use AnyEvent::Fork::Template; 10use AnyEvent::Fork::Template;
4 11
5print $TEMPLATE ? "" : "not ", "ok 1\n"; 12print $TEMPLATE ? "" : "not ", "ok 1\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines