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::ToXml - let Perldoc render Pod as XML

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-03 Pod::Perldoc::ToXml(3perl)

Description

This is a "plug-in" class that allows Perldoc to use Pod::Simple::XMLOutStream as a formatter class. This is actually a Pod::Simple::XMLOutStream subclass, and inherits all its options. You have to have installed Pod::Simple::XMLOutStream (from the Pod::Simple dist), or this class won't work.

Name

Pod::Perldoc::ToXml - let Perldoc render Pod as XML

See Also

Pod::Simple::XMLOutStream, Pod::Simple, Pod::Perldoc

Synopsis

perldoc -o xml -d out.xml Some::Modulename

See Also