Change 11438 by jhi@alpha on 2001/07/22 14:41:58
Subject: Re: [PATCH O.pm] avoid to clutter output with -l
From: Rafael Garcia-Suarez <[EMAIL PROTECTED]>
Date: Sun, 22 Jul 2001 14:56:09 +0200
Message-ID: <20010722145609.A766@rafael>
Affected files ...
... //depot/perl/ext/B/O.pm#12 edit
Differences ...
==== //depot/perl/ext/B/O.pm#12 (text) ====
Index: perl/ext/B/O.pm
--- perl/ext/B/O.pm.~1~ Sun Jul 22 08:45:06 2001
+++ perl/ext/B/O.pm Sun Jul 22 08:45:06 2001
@@ -39,6 +39,7 @@
die $compilesub;
}
+ local ($\,$",$,) = (undef,' ','');
&$compilesub();
close STDERR if $veryquiet;
End of Patch.