summaryrefslogtreecommitdiff
path: root/utils/perlivp.PL
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-04 14:13:55 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-04 14:13:55 +0000
commiteb5c31c4aa83603839c4ee6108db659cf0327d30 (patch)
tree831e228ed82ce8dcab4c846b2123e8be87161663 /utils/perlivp.PL
parentee1d8f2a25903fb54e818c4354da3e5bf226ba01 (diff)
downloadperl-eb5c31c4aa83603839c4ee6108db659cf0327d30.tar.gz
Adapt perlivp to the ext/ reorganisation for Compress modules
p4raw-id: //depot/perl@31531
Diffstat (limited to 'utils/perlivp.PL')
-rw-r--r--utils/perlivp.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL
index 544efa3947..01fee9e289 100644
--- a/utils/perlivp.PL
+++ b/utils/perlivp.PL
@@ -209,7 +209,7 @@ if (defined($Config{'extensions'})) {
next if ($_ eq 'threads/shared');
}
# that's a distribution name, not a module name
- next if $_ eq 'IO/Compress/Zlib';
+ next if /^IO_Compress_(?:Zlib|Base)$/;
next if $_ eq 'Devel/DProf';
# test modules
next if $_ eq 'XS/APItest';