diff options
author | Zefram <zefram@fysh.org> | 2010-09-23 23:49:50 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-26 14:55:05 +0200 |
commit | 83f8bb564961ee8fba35156e720bef403d8fa9a7 (patch) | |
tree | 8eac099dd27e74e650963dbf118c6669b9e9210d /installman | |
parent | 4dc941f7cb795735b9458431b362c0fed23ae92b (diff) | |
download | perl-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 'installman')
-rwxr-xr-x | installman | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installman b/installman index 066f7e0461..7665047347 100755 --- a/installman +++ b/installman @@ -68,7 +68,6 @@ $packlist = ExtUtils::Packlist->new("$opts{destdir}$Config{installarchlib}/.pack my %do_not_install = map { ($_ => 1) } qw( Pod/Functions.pm XS/APItest.pm - XS/APItest/KeywordRPN.pm ); # Install the main pod pages. |