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

Comparing EV/t/07_loop_timer.t (file contents):
Revision 1.2 by root, Wed Dec 26 18:33:41 2007 UTC vs.
Revision 1.3 by root, Fri Aug 21 12:01:06 2009 UTC

1BEGIN {
2 # many testers have totally overloaded machines with virtual machines
3 # running backwards in time etc. etc.
4 if (exists $ENV{AUTOMATED_TESTING}) {
5 print "1..0 # Skipped: Too many broken cpan tester setups.\n";
6 exit;
7 }
8}
9
1BEGIN { $| = 1; print "1..752\n"; } 10BEGIN { $| = 1; print "1..752\n"; }
2 11
3no warnings; 12no warnings;
4use strict; 13use strict;
5 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines