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::ToPod - let Perldoc render Pod as ... Pod!

Author

Current maintainer: Mark Allen "<mallencpan.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-03 Pod::Perldoc::ToPod(3perl)

Description

This is a "plug-in" class that allows Perldoc to display Pod source as itself! Pretty Zen, huh? Currently this class works by just filtering out the non-Pod stuff from a given input file.

Name

Pod::Perldoc::ToPod - let Perldoc render Pod as ... Pod!

See Also

Pod::Perldoc

Synopsis

perldoc -opod Some::Modulename (That's currently the same as the following:) perldoc -u Some::Modulename

See Also