summaryrefslogtreecommitdiff
path: root/installperl
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:40:41 +0100
commitd62d5a537d867a4c4fa54a4fc7600b90705ea338 (patch)
treeb2f75a14cb3ae5ca681dfe8b8591032b7469bf7e /installperl
parent679b67fee662acf52b2b1af175101ee323ae7d60 (diff)
downloadperl-d62d5a537d867a4c4fa54a4fc7600b90705ea338.tar.gz
install Config_heavy.pl in archlib
commit ae089cc2f4 broke the special-casing of its install dir
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index 06121e0f3b..59c9c52ea8 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;