Pod::Simple::Text(3p) Perl Programmers Reference Guide Pod::Simple::Text(3p)
Pod::Simple::Text(3p) Perl Programmers Reference Guide Pod::Simple::Text(3p) # Pod::Simple::Text(3p) Perl Programmers Reference Guide Pod::Simple::Text(3p) NNAAMMEE # Pod::Simple::Text -- format Pod as plaintext SSYYNNOOPPSSIISS # perl -MPod::Simple::Text -e \ "exit Pod::Simple::Text->filter(shift)->any_errata_seen" \ thingy.pod DDEESSCCRRIIPPTTIIOONN # This class is a formatter that takes Pod and renders it as wrapped plaintext. Its wrapping is done by Text::Wrap, so you can change $Text::Wrap::columns as you like. This is a subclass of Pod::Simple and inherits all its methods. ...