diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-12-23 17:15:59 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-12-24 10:29:13 +0100 |
commit | e1aae8e422ead7f20e21203fb7fb1e8ad7387c2b (patch) | |
tree | 490b502b46c5dc12d85a13f74ea4637995b6973c /utils.lst | |
parent | 1cb2462dfbfd850261a04986dde33d544c98a935 (diff) | |
download | perl-e1aae8e422ead7f20e21203fb7fb1e8ad7387c2b.tar.gz |
Add x2p/a2p.pod to the 'master' array returned by get_pod_metadata().
This makes installman install it correctly. Flagging it as 'toc_omit' means
that everything else ignores it. This eliminates the last remaining use of the
"pod =" feature of utils.lst, permitting related code to be removed from
installperl and installman.
This change has the possibly unfortunate cosmetic side effect of installman
now installing a2p.1 first, before perl.1
Diffstat (limited to 'utils.lst')
-rw-r--r-- | utils.lst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,6 +31,6 @@ utils/shasum utils/splain utils/xsubpp utils/zipdetails -x2p/a2p # pod = x2p/a2p.pod +x2p/a2p x2p/find2perl x2p/s2p # link = x2p/psed |