This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
679b67f
)
install Config_heavy.pl in archlib
author
David Mitchell
<davem@iabyn.com>
Wed, 12 Aug 2009 00:38:56 +0000
(
01:38
+0100)
committer
David Mitchell
<davem@iabyn.com>
Wed, 12 Aug 2009 00:40:41 +0000
(
01:40
+0100)
commit
ae089cc2f4
broke the special-casing of its install dir
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
06121e0
..
59c9c52
100755
(executable)
--- 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;