The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mail::SimpleList::PodToHelp - module to produce help messages from the MSL docs

DESCRIPTION

This is a subclass of Pod::Simple. It overrrides the following methods:

start_head1()

Marks that the parser has encountered a first-level heading.

end_head1()

Marks that the parser is outside of a first-level heading.

start_item_bullet()

Ignores any bullets unless the parser should show them.

end_item_bullet()

Ignores any bullets unless the parser should show them.

handle_text()

Tells the parser to handle the text if it is in a section with the appropriate heading. Otherwise, handles nothing.

That is -- if the parser has encountered the text of a first level heading for which it should show the text, sets a flag. Otherwise, unsets the flag.

show_headings()

Tells the parser to show all POD under the headings provided.

SEE ALSO

Pod::Simple, Pod::Simple::Text

COPYRIGHT

Copyright (c) 2003 - 2009 chromatic. Some rights reserved. You may use, modify, and distribute this module under the same terms as Perl 5.10 itself.