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

Comparing EV/t/02_once.t (file contents):
Revision 1.7 by root, Wed Nov 19 10:16:39 2008 UTC vs.
Revision 1.8 by root, Fri Nov 21 02:23:15 2008 UTC

1BEGIN {
2 if (exists $ENV{AUTOMATED_TESTING}) {
3 print "1..0 # Skipped: Too many broken cpan tester setups.\n";
4 exit;
5 }
6}
7
1BEGIN { $| = 1; print "1..6\n"; } 8BEGIN { $| = 1; print "1..6\n"; }
2 9
3no warnings; 10no warnings;
4use strict; 11use strict;
5use Socket; 12use Socket;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines