CmUtils::Pod::Text::Mono - Overrides for printing POD in Mono
use CmUtils::Pod::Text::Mono; my $parser = CmUtils::Pod::Text::Mono->new (sentence => 0, width => 78);
# Read POD from STDIN and write to STDOUT. $parser->parse_from_filehandle;
# Read POD from file.pod and write to file.txt. $parser->parse_from_file ('file.pod', 'file.txt');
CmUtils::Pod::Text::Mono is a simple subclass of Pod::Text that overrides a few routines so as to be more useful in CMISS. See Pod::Text for details and available options.
Greg Sands