diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-12-18 20:13:11 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-12-19 13:55:20 +0100 |
commit | d6a39ee219352c8fc402faf6a553b9669b197013 (patch) | |
tree | 15acc0327123a3ea76f327ff8866ded01a9a2186 /utils.lst | |
parent | d026567169117ec75730af8e7bc75ee589117e4e (diff) | |
download | perl-d6a39ee219352c8fc402faf6a553b9669b197013.tar.gz |
installman should use the data in pod.lst to track dual-life pods in lib/
This ensures that perlfaq*, perlglossary, perlxs, perlxstut and perldoc's
man pages are installed in man1, not man3, along with any future dual-life
pods. This is an improvement on commit 0beff067932254cd which only dealt with
perlfaq* and perlglossary, and had the unfortunate side effect of also
causing these 11 files to be installed to bin/
Diffstat (limited to 'utils.lst')
-rw-r--r-- | utils.lst | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,14 +1,3 @@ -cpan/perlfaq/lib/perlfaq.pod -cpan/perlfaq/lib/perlfaq1.pod -cpan/perlfaq/lib/perlfaq2.pod -cpan/perlfaq/lib/perlfaq3.pod -cpan/perlfaq/lib/perlfaq4.pod -cpan/perlfaq/lib/perlfaq5.pod -cpan/perlfaq/lib/perlfaq6.pod -cpan/perlfaq/lib/perlfaq7.pod -cpan/perlfaq/lib/perlfaq8.pod -cpan/perlfaq/lib/perlfaq9.pod -cpan/perlfaq/lib/perlglossary.pod cpan/Pod-LaTeX/blib/script/pod2latex cpan/podlators/blib/script/pod2man cpan/podlators/blib/script/pod2text |