In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4b05cdbd9c01920636c32b220240817d3a96bf36?hp=dbe039e5024b852fa5e0d588f1922a4d1b5d8c64>

- Log -----------------------------------------------------------------
commit 4b05cdbd9c01920636c32b220240817d3a96bf36
Author: H.Merijn Brand <[email protected]>
Date:   Fri Oct 23 08:23:12 2009 +0200

    ExtUtils-Install tests need abs_path @INC for utf8
-----------------------------------------------------------------------

Summary of changes:
 t/TEST |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/t/TEST b/t/TEST
index 4dee636..6124c5d 100755
--- a/t/TEST
+++ b/t/TEST
@@ -61,6 +61,7 @@ my %abs = (
           '../cpan/Tie-File' => 1,
           '../cpan/bignum' => 1,
           '../cpan/podlators' => 1,
+          '../dist/ExtUtils-Install' => 1,
          );
              
 my %temp_no_core =
@@ -233,7 +234,7 @@ sub _scan_test {
            $lib = '../../lib';
            $perl = '../../t/perl';
            $testswitch = "-I../.. -MTestInit=U2T";
-           if ($2 eq 'cpan') {
+           if ($2 eq 'cpan' || $2 eq 'dist') {
                if($abs{$run_dir}) {
                    $testswitch = $testswitch . ',A';
                }

--
Perl5 Master Repository

Reply via email to