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::BaseTo - Base for Pod::Perldoc formatters

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::BaseTo(3perl)

Description

This package is meant as a base of Pod::Perldoc formatters, like Pod::Perldoc::ToText, Pod::Perldoc::ToMan, etc. It provides default implementations for the methods is_pageable write_with_binmode output_extension _perldoc_elem The concrete formatter must implement new parse_from_file

Name

Pod::Perldoc::BaseTo - Base for Pod::Perldoc formatters

See Also

perldoc

Synopsis

package Pod::Perldoc::ToMyFormat; use parent qw( Pod::Perldoc::BaseTo ); ...

See Also