summaryrefslogtreecommitdiff
path: root/utils/perlivp.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/perlivp.PL')
-rw-r--r--utils/perlivp.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL
index 762b4b3872..97832613ee 100644
--- a/utils/perlivp.PL
+++ b/utils/perlivp.PL
@@ -210,9 +210,13 @@ 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';
next if $_ eq 'XS/Typemap';
# VMS$ perl -e "eval ""require \""Devel/DProf.pm\"";"" print $@"
# \NT> perl -e "eval \"require 'Devel/DProf.pm'\"; print $@"