Change 34305 by [EMAIL PROTECTED] 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" <[EMAIL PROTECTED]>
        Message-ID: <[EMAIL PROTECTED]>
        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.

Reply via email to