Changes for version 0.40
- took pieces from Peapod.pm that I liked and placed them in a
- new class called Pod::Peapod::Base
- cleaned it up and polished it off.
- base class is now ready for derived classes.
- will want to rewrite Peapod.pm to use this base class.
- should also be able to use Base.pm to handle POD to text
- and even pod to postscript (would like to do
- postscript so that large POD files can be printed
- with page numbers and varying font sizes, etc.)
- Started a Pod::Peapod::Text class which uses Base.pm
- and does a POD to text conversion with very little code.
Modules
Perl module to provide an easy interface to parsing POD
Provides
in Peapod/Text.pm