- update to perl-5.12.0 final

- move Compress::Zlib.pm back into perlpriv directory,
  moved autosplit file into it as well

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=32
This commit is contained in:
2010-04-13 15:32:54 +00:00
committed by Git OBS Bridge
parent 0f3916a8e6
commit 8838c9aa5a
5 changed files with 24 additions and 16 deletions

View File

@@ -598,13 +598,14 @@
return \%headers;
}
--- ./installperl.orig 2010-04-09 09:05:01.000000000 +0000
+++ ./installperl 2010-04-09 09:07:21.000000000 +0000
@@ -142,6 +142,7 @@ my %archpms = (
Config => 1,
lib => 1,
Cwd => 1,
+ 'Compress/Zlib' => 1,
);
--- ./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;
if ($^O eq 'dos') {
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/