summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2011-07-20 20:58:56 +0100
committerZefram <zefram@fysh.org>2011-07-20 20:58:56 +0100
commited4161079665cc0e28ebe176e4d8812a36448d20 (patch)
treee49cbcafc2390385fb84b0d4cffe946d91f7cf38
parentc60e551c768bcacde3168cac6989cf25eda9c4e9 (diff)
downloadperl-5.15.1.tar.gz
skip perlfaq pseudo-module in installation testv5.15.1
-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';