Pod::PseudoPod::Text - format PseudoPod as plaintext


Pod-PseudoPod documentation  | view source Contained in the Pod-PseudoPod distribution.

Index


NAME

Top

Pod::PseudoPod::Text -- format PseudoPod as plaintext

SYNOPSIS

Top

  perl -MPod::PseudoPod::Text -e \
   "exit Pod::PseudoPod::Text->filter(shift)->any_errata_seen" \
   thingy.pod

DESCRIPTION

Top

This class is a formatter that takes PseudoPod 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::PseudoPod and inherits all its methods.

SEE ALSO

Top

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

COPYRIGHT

Top

AUTHOR

Top

Sean M. Burke sburke@cpan.org & Allison Randal <allison@perl.org>


Pod-PseudoPod documentation  | view source Contained in the Pod-PseudoPod distribution.