I am creating a subclass of Pod::PlainText for generating README files (see my post in the module-authors list).
My custom-parser needs to turn itself on/off to ignore certain parts. The only way to get this working seems to be to have an overriden output method that returns undef when the flag is set: