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::Perldoc::ToANSI - render Pod with ANSI color escapes

Author

Current maintainer: Mark Allen "<mallen@cpan.org>" Past contributions from: brian d foy "<bdfoy@cpan.org>" Adriano R. Ferreira "<ferreira@cpan.org>", Sean M. Burke "<sburke@cpan.org>" perl v5.40.1 2025-07-27 Pod::Perldoc::ToANSI(3perl)

Caveat

This module may change to use a different text formatter class in the future, and this may change what options are supported.

Description

This is a "plug-in" class that allows Perldoc to use Pod::Text as a formatter class. It supports the following options, which are explained in Pod::Text: alt, indent, loose, quotes, sentence, width For example: perldoc -o term -w indent:5 Some::Modulename

Name

Pod::Perldoc::ToANSI - render Pod with ANSI color escapes

See Also

Pod::Text, Pod::Text::Color, Pod::Perldoc

Synopsis

perldoc -o ansi Some::Modulename

See Also