summaryrefslogtreecommitdiff
path: root/utils/perlivp.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/perlivp.PL')
-rw-r--r--utils/perlivp.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL
index 59865741e1..97832613ee 100644
--- a/utils/perlivp.PL
+++ b/utils/perlivp.PL
@@ -210,7 +210,10 @@ if (defined($Config{'extensions'})) {
}
# that's a distribution name, not a module name
next if $_ eq 'IO/Compress';
- next if $_ eq 'Devel/DProf';
+ next if $_ eq 'Devel/DProf';
+ next if $_ eq 'libnet';
+ next if $_ eq 'Locale/Codes';
+ next if $_ eq 'podlators';
# test modules
next if $_ eq 'XS/APItest';
next if $_ eq 'XS/APItest/KeywordRPN';