In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/fbad106ea7f26c14f996d4ff2eb920ccffc44821?hp=a3de5d0b2ac804ed0e6a548da0ff3bd4e91331c7>

- Log -----------------------------------------------------------------
commit fbad106ea7f26c14f996d4ff2eb920ccffc44821
Author: Craig A. Berry <[email protected]>
Date:   Sat Jun 27 10:08:44 2009 -0500

    Make stash.t redirect stderr.
    
    Otherwise, on VMS, the subprocess exit status gets displayed and
    causes the test to fail.
-----------------------------------------------------------------------

Summary of changes:
 t/op/stash.t |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/t/op/stash.t b/t/op/stash.t
index d4b0e5d..578f937 100644
--- a/t/op/stash.t
+++ b/t/op/stash.t
@@ -111,6 +111,7 @@ SKIP: {
 
         my @results = split "\n", runperl
             switches    => [ "-MB", "-l" ],
+            stderr      => 1,
             prog        => q{
                 my $sub = do {
                     package four;

--
Perl5 Master Repository

Reply via email to