2013-09-26 17:14:40 +02:00

9 lines
284 B
Plaintext

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()