From: Rafael Garcia-Suarez Date: Sun, 22 Jul 2001 14:56:09 +0000 (+0200) Subject: Re: [PATCH O.pm] avoid to clutter output with -l X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba1ae31fa63e40bbc6103106b18d77146235dbee;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH O.pm] avoid to clutter output with -l Message-ID: <20010722145609.A766@rafael> p4raw-id: //depot/perl@11438 --- diff --git a/ext/B/O.pm b/ext/B/O.pm index 455a061..d72d31f 100644 --- a/ext/B/O.pm +++ b/ext/B/O.pm @@ -39,6 +39,7 @@ sub import { die $compilesub; } + local ($\,$",$,) = (undef,' ',''); &$compilesub(); close STDERR if $veryquiet;