summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-09-23 23:49:50 +0100
committerFlorian Ragwitz <rafl@debian.org>2010-09-26 14:55:05 +0200
commit83f8bb564961ee8fba35156e720bef403d8fa9a7 (patch)
tree8eac099dd27e74e650963dbf118c6669b9e9210d /utils
parent4dc941f7cb795735b9458431b362c0fed23ae92b (diff)
downloadperl-83f8bb564961ee8fba35156e720bef403d8fa9a7.tar.gz
merge XS-APItest-KeywordRPN into XS-APItest
XS-APItest-KeywordRPN has turned out to be less useful as an independent module than expected, and less strictly about RPN than it originally was.
Diffstat (limited to 'utils')
-rw-r--r--utils/perlivp.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL
index 97832613ee..887533b9cf 100644
--- a/utils/perlivp.PL
+++ b/utils/perlivp.PL
@@ -216,7 +216,6 @@ if (defined($Config{'extensions'})) {
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 $@"