Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
p4raw-id: //depot/perl@9932
use strict;
+$| = 1;
+
our @s;
our $fail;
exit 0;
}
+$| = 1;
+
my $perl = -e '../perl' ? '../perl' : -e './perl' ? './perl' : 'perl';
use strict;
@INC = '../lib';
}
+$| = 1;
umask 0;
$xref = \ "";
$runme = ($^O eq 'VMS' ? 'MCR ' : '') . $^X;
print "1..0 # Skip: @_\n" if @_;
}
+$| = 1;
+
print "# checking whether we have sparse files...\n";
# Known have-nots.
use strict;
use Config;
+$| = 1;
+
# We do not want the whole taint.t to fail
# just because Errno possibly failing.
eval { require Errno; import Errno };