From: David Mitchell Date: Wed, 12 Aug 2009 00:38:56 +0000 (+0100) Subject: install Config_heavy.pl in archlib X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d62d5a537d867a4c4fa54a4fc7600b90705ea338;p=p5sagit%2Fp5-mst-13.2.git install Config_heavy.pl in archlib commit ae089cc2f4 broke the special-casing of its install dir --- 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;