summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/perlivp.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL
index 6fcb6709d5..f5963e8957 100644
--- a/utils/perlivp.PL
+++ b/utils/perlivp.PL
@@ -210,6 +210,7 @@ if (defined($Config{'extensions'})) {
next if $_ eq 'libnet';
next if $_ eq 'Locale/Codes';
next if $_ eq 'podlators';
+ next if $_ eq 'perlfaq';
# test modules
next if $_ eq 'XS/APItest';
next if $_ eq 'XS/Typemap';