summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-07 10:59:10 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-07 10:59:10 +0000
commitf0f8ac00571774df2307319009d1c8cf1e2b9358 (patch)
tree8c8fee2700d14a00f297145bcca51fba971e370a /Porting
parent201a0ee11c0eab5ff1611c679219c67fcbd55b1a (diff)
downloadperl-f0f8ac00571774df2307319009d1c8cf1e2b9358.tar.gz
Fix corelist.pl after the reorganisation of the
Compress modules in ext/. Re-update Module::CoreList. p4raw-id: //depot/perl@31562
Diffstat (limited to 'Porting')
-rw-r--r--Porting/corelist.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/corelist.pl b/Porting/corelist.pl
index d2a291373d..c32a1769b6 100644
--- a/Porting/corelist.pl
+++ b/Porting/corelist.pl
@@ -22,8 +22,8 @@ find(sub {
and ( $module =~ s{^(.*)/lib/\1\b}{$1},
$module =~ s{(\w+)/\1\b}{$1},
$module =~ s{^B/O}{O},
- $module =~ s{^Compress/IO/Base/lib/}{},
- $module =~ s{^Compress/IO/Zlib/}{},
+ $module =~ s{^IO_Compress_Base/lib/}{},
+ $module =~ s{^IO_Compress_Zlib/(?:lib/)?}{},
$module =~ s{^Devel/PPPort}{Devel},
$module =~ s{^Encode/encoding}{encoding},
$module =~ s{^IPC/SysV/}{IPC/},