In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0d013e67f5a10da66fa68e1c542628a0749435b4?hp=9e7c6af37d3320462cbceb74b487ade8224b9191>

- Log -----------------------------------------------------------------
commit 0d013e67f5a10da66fa68e1c542628a0749435b4
Author: Craig A. Berry <[email protected]>
Date:   Thu Oct 8 18:49:04 2009 -0500

    MakeMaker testing in core runs from one level deeper than before.
    
    So when we set up a dummy root for the tests on VMS, we need to
    make it two levels above current rather than one in order to
    prevent a lot of test failures that say "PERL_CORE is set but
    I can't find your PERL_SRC!"
-----------------------------------------------------------------------

Summary of changes:
 .../t/lib/MakeMaker/Test/Utils.pm                  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm 
b/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm
index b81791d..b4e4504 100644
--- a/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm
+++ b/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm
@@ -340,7 +340,7 @@ sub setup_mm_test_root {
         open( MMTMP, '>mmtesttmp.com' ) || 
           die "Error creating command file; $!";
         print MMTMP <<'COMMAND';
-$ MM_TEST_ROOT = 
F$PARSE("SYS$DISK:[-]",,,,"NO_CONCEAL")-".][000000"-"]["-"].;"+".]"
+$ MM_TEST_ROOT = 
F$PARSE("SYS$DISK:[--]",,,,"NO_CONCEAL")-".][000000"-"]["-"].;"+".]"
 $ DEFINE/JOB/NOLOG/TRANSLATION=CONCEALED MM_TEST_ROOT 'MM_TEST_ROOT'
 COMMAND
         close MMTMP;

--
Perl5 Master Repository

Reply via email to