Discussion:
Change 34305: Integrate:
(too old to reply)
nwc10+ (Nicholas Clark)
2008-09-07 12:15:11 UTC
Permalink
Change 34305 by ***@nicholas-saigo on 2008/09/07 12:02:48

Integrate:
[ 34235]
Silence warnings when -destdir isn't set.

[ 34236]
Subject: [PATCH] Architecture-Independent Non-XS extenstions
From: "Jerry D. Hedden" <***@cpan.org>
Message-ID: <***@mail.gmail.com>
Date: Thu, 28 Aug 2008 08:30:38 -0400

Affected files ...

... //depot/maint-5.10/perl/t/run/switches.t#6 integrate

Differences ...

==== //depot/maint-5.10/perl/t/run/switches.t#6 (text) ====
Index: perl/t/run/switches.t
--- perl/t/run/switches.t#5~34273~ 2008-09-05 06:59:17.000000000 -0700
+++ perl/t/run/switches.t 2008-09-07 05:02:48.000000000 -0700
@@ -346,7 +346,7 @@
is( $r, "Hello, world!\n", "-E given" );

$r = runperl(
- switches => [ '-nE', q('} END { say q/affe/') ],
+ switches => [ '-nE', q("} END { say q/affe/") ],
stdin => 'zomtek',
);
is( $r, "affe\n", '-E works outside of the block created by -n' );
End of Patch.
Nicholas Clark
2008-09-07 12:20:16 UTC
Permalink
Post by nwc10+ (Nicholas Clark)
[ 34235]
Silence warnings when -destdir isn't set.
[ 34236]
Subject: [PATCH] Architecture-Independent Non-XS extenstions
Date: Thu, 28 Aug 2008 08:30:38 -0400
Affected files ...
... //depot/maint-5.10/perl/t/run/switches.t#6 integrate
No, that should read:

Integrate:
[ 34040]
Subject: Fix run/switches test on Win32
From: "Steve Hay" <***@planit.com>
Date: Tue, 10 Jun 2008 09:49:50 +0100
Message-ID: <***@ukmail02.planit.group>


Thanks to the Ministry of Truth, it has now always read that.
Move along now. Nothing to see.

Nicholas Clark

Loading...