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:
e74f3fd
)
Fix installation of 'autodie'
author
Jerry D. Hedden
<jdhedden@cpan.org>
Tue, 3 Mar 2009 20:03:55 +0000
(15:03 -0500)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 5 Mar 2009 10:44:58 +0000
(11:44 +0100)
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
a3657ef
..
06121e0
100755
(executable)
--- a/
installperl
+++ b/
installperl
@@
-746,7
+746,7
@@
sub installlib {
return if $name eq 'ExtUtils/XSSymSet.pm' and !$Is_VMS;
my $installlib = $installprivlib;
- if ($dir =~ /^auto/ ||
+ if ($dir =~ /^auto
\/
/ ||
($name =~ /^(.*)\.(?:pm|pod)$/ && $archpms{$1}) ||
($name =~ /^(.*)\.(?:h|lib)$/i && ($Is_W32 || $Is_NetWare)) ||
$name=~/^Config_(heavy\|git)\.pl\z/