diff options
author | Zefram <zefram@fysh.org> | 2011-07-20 20:58:56 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2011-07-20 20:58:56 +0100 |
commit | ed4161079665cc0e28ebe176e4d8812a36448d20 (patch) | |
tree | e49cbcafc2390385fb84b0d4cffe946d91f7cf38 /utils | |
parent | c60e551c768bcacde3168cac6989cf25eda9c4e9 (diff) | |
download | perl-ed4161079665cc0e28ebe176e4d8812a36448d20.tar.gz |
skip perlfaq pseudo-module in installation testv5.15.1
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlivp.PL | 1 |
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'; |