In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c4865c9d84b1d3062a8c4aa4f911337769b86cc9?hp=d68244d37fda468019b0b175f1dec27eced69e70>
- Log ----------------------------------------------------------------- commit c4865c9d84b1d3062a8c4aa4f911337769b86cc9 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 (cherry picked from commit d62d5a537d867a4c4fa54a4fc7600b90705ea338) ----------------------------------------------------------------------- Summary of changes: installperl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installperl b/installperl index 62487a8..84e8fd8 100755 --- a/installperl +++ b/installperl @@ -762,7 +762,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
