projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a0035eb
)
Buffering issue at least in Solaris (even with perlio).
Jarkko Hietaniemi [Fri, 27 Apr 2001 16:16:33 +0000 (16:16 +0000)]
p4raw-id: //depot/perl@9887
t/lib/selfstubber.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/selfstubber.t
b/t/lib/selfstubber.t
index
fd0cf06
..
212f8ce
100644
(file)
--- a/
t/lib/selfstubber.t
+++ b/
t/lib/selfstubber.t
@@
-10,6
+10,8
@@
use Devel::SelfStubber;
my $runperl = "$^X \"-I../lib\"";
+$| = 1;
+
print "1..12\n";
my @cleanup;