Searched defs:PlainText (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm1 # Pod::PlainText -- Convert POD data to formatted ASCII text.
18 package Pod::PlainText;
39 # This table is taken near verbatim from Pod::PlainText in Pod::Parser,
542 my $parser = Pod::PlainText->new (@args);
571 Pod::PlainText - Convert POD data to formatted ASCII text
575 use Pod::PlainText;
576 my $parser = Pod::PlainText->new (sentence => 0, width => 78);
586 Pod::PlainText is a module that can convert documentation in the POD format (the
591 As a derived class from Pod::Parser, Pod::PlainText supports the same methods and
593 new parser with C<Pod::PlainText
[all...]

Completed in 75 milliseconds