From: Rafael Garcia-Suarez Date: Wed, 4 Jul 2007 14:13:55 +0000 (+0000) Subject: Adapt perlivp to the ext/ reorganisation for Compress modules X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb5c31c4aa83603839c4ee6108db659cf0327d30;p=p5sagit%2Fp5-mst-13.2.git Adapt perlivp to the ext/ reorganisation for Compress modules p4raw-id: //depot/perl@31531 --- diff --git a/utils/perlivp.PL b/utils/perlivp.PL index 544efa3..01fee9e 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';