summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Readme
AgeCommit message (Collapse)AuthorFilesLines
2008-11-09Import p5-Pod-Readme-0.09 as textproc/p5-Pod-Readme.obache3-0/+31
Requested by Jens Rehsack in PR 39558. This module is a subclass of Pod::PlainText which provides additional POD markup for generating README files. Why should one bother with this? One can simply use pod2text Module.pm > README A problem with doing that is that the default pod2text converter will add text to links, so that "L<Module>" is translated to "the Module manpage"...