mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
9 lines
284 B
Plaintext
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()
|