diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-11-09 21:56:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-11-09 21:56:38 +0000 |
commit | df3b66e2d384c1dabd57893161bcfdaa593f34d2 (patch) | |
tree | e50e07b93f135991377800bd473fa083b494430a /x2p | |
parent | 8ccffa6a1be10dce8ceadc29323145eed91c8d7c (diff) | |
download | perl-df3b66e2d384c1dabd57893161bcfdaa593f34d2.tar.gz |
Integrate
[ 18122]
Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
From: "david@dhaller.de (via RT)" <perlbug@perl.org>
Date: 23 Oct 2002 18:42:51 -0000
Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
[ 18123]
Subject: PATCH x2p/find2perl.PL
From: "Newton, Philip" <Philip.Newton@datenrevision.de>
Date: Thu, 24 Oct 2002 10:05:19 +0200
Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
[ 18124]
Subject: [PATCH] File::Temp documentation fix
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
[ 18125]
Subject: Re: The Inaba patch for tr/// vs. use encoding
From: Dan Kogai <dankogai@dan.co.jp>
Date: Fri, 25 Oct 2002 13:04:00 +0900
Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
p4raw-link: @18125 on //depot/perl: 0d55c8f7c05ceae7db13bb3863932232a57c2a7b
p4raw-link: @18124 on //depot/perl: c6d63c67cbd3ac9fa6ff9e314b9945f590abfc9d
p4raw-link: @18123 on //depot/perl: b739a87e1136803e4caa98b406c9987f6607e13e
p4raw-link: @18122 on //depot/perl: b0d0c53930669dca23928a6d1a7ae6e9f2bd61d8
p4raw-id: //depot/maint-5.8/perl@18133
p4raw-branched: from //depot/perl@18132 'branch in' t/uni/tr_7jis.t
t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
p4raw-integrated: from //depot/perl@18132 'copy in'
ext/Fcntl/t/syslfs.t t/op/lfs.t (@11940..) lib/File/Temp.pm
(@16942..) x2p/find2perl.PL (@16979..) 'merge in' MANIFEST
(@18102..)
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/find2perl.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/find2perl.PL b/x2p/find2perl.PL index 4c5df7da94..94cf242306 100644 --- a/x2p/find2perl.PL +++ b/x2p/find2perl.PL @@ -191,7 +191,7 @@ while (@ARGV) { $out .= tab; for (@cmd) { s/'/\\'/g } - { local $" = "','"; $out .= "doexec(0, '@cmd')"; } + { local $" = "','"; $out .= "doexec(1, '@cmd')"; } $declaresubs .= "sub doexec (\$\@);\n"; $init{doexec} = 1; } elsif ($_ eq 'prune') { |