In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d62d5a537d867a4c4fa54a4fc7600b90705ea338?hp=679b67fee662acf52b2b1af175101ee323ae7d60>

- Log -----------------------------------------------------------------
commit d62d5a537d867a4c4fa54a4fc7600b90705ea338
Author: David Mitchell <[email protected]>
Date:   Wed Aug 12 01:38:56 2009 +0100

    install Config_heavy.pl in archlib
    
    commit ae089cc2f4 broke the special-casing of its install dir
-----------------------------------------------------------------------

Summary of changes:
 installperl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installperl b/installperl
index 06121e0..59c9c52 100755
--- a/installperl
+++ b/installperl
@@ -749,7 +749,7 @@ sub installlib {
     if ($dir =~ /^auto\// ||
          ($name =~ /^(.*)\.(?:pm|pod)$/ && $archpms{$1}) ||
          ($name =~ /^(.*)\.(?:h|lib)$/i && ($Is_W32 || $Is_NetWare)) ||
-         $name=~/^Config_(heavy\|git)\.pl\z/
+         $name=~/^Config_(heavy|git)\.pl\z/
        ) {
        $installlib = $installarchlib;
        return unless $do_installarchlib;

--
Perl5 Master Repository

Reply via email to