logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

perl v5.36.0                                       2022-10-16                          Pod::PseudoPod::Text(3pm)

Description

       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.

Name

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

See Also

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

Synopsis

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

See Also