summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-08-12 01:38:56 +0100
committerDavid Mitchell <davem@iabyn.com>2009-08-12 01:44:57 +0100
commitc4865c9d84b1d3062a8c4aa4f911337769b86cc9 (patch)
tree1f16735818b152bbb87e78858db213f0e042743e
parentd68244d37fda468019b0b175f1dec27eced69e70 (diff)
downloadperl-c4865c9d84b1d3062a8c4aa4f911337769b86cc9.tar.gz
install Config_heavy.pl in archlib
commit ae089cc2f4 broke the special-casing of its install dir (cherry picked from commit d62d5a537d867a4c4fa54a4fc7600b90705ea338)
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index 62487a8253..84e8fd85c2 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;