Accepting request 37871 from devel:languages:perl

checked in (request 37871)

OBS-URL: https://build.opensuse.org/request/show/37871
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=33
This commit is contained in:
OBS User autobuild
2010-04-13 19:07:32 +00:00
committed by Git OBS Bridge
parent 8838c9aa5a
commit 304fb071b3
5 changed files with 7 additions and 34 deletions

View File

@@ -598,14 +598,3 @@
return \%headers;
}
--- ./installperl.orig 2010-04-13 13:13:58.000000000 +0000
+++ ./installperl 2010-04-13 13:13:34.000000000 +0000
@@ -738,7 +738,7 @@ sub installlib {
return if $name eq 'ExtUtils/XSSymSet.pm' and !$Is_VMS;
my $installlib = $installprivlib;
- if ($dir =~ /^auto\// ||
+ if (($dir =~ /^auto\// && $dir ne 'auto/Compress/Zlib') ||
($name =~ /^(.*)\.(?:pm|pod)$/ && $archpms{$1}) ||
($name =~ /^(.*)\.(?:h|lib)$/i && ($Is_W32 || $Is_NetWare)) ||
$name=~/^Config_(heavy|git)\.pl\z/