summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Parser/DESCR
blob: 1a1d1e30e77c0ec8a758ea612965338fb65c4a2f (plain)
1
2
3
4
5
6
7
8
To create a POD filter for translating POD documentation into some other
format, you create a subclass of Pod::Parser which typically overrides just
the base class implementation for the following methods:

    * command()
    * verbatim()
    * textblock()
    * interior_sequence()