This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee1d8f2
)
Adapt perlivp to the ext/ reorganisation for Compress modules
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 4 Jul 2007 14:13:55 +0000
(14:13 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 4 Jul 2007 14:13:55 +0000
(14:13 +0000)
p4raw-id: //depot/perl@31531
utils/perlivp.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/perlivp.PL
b/utils/perlivp.PL
index
544efa3
..
01fee9e
100644
(file)
--- 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';