NAME
MetaCPAN::Pod::XHTML - Format Pod as HTML for MetaCPAN
SYNOPSIS
my
$parser
= MetaCPAN::Pod::XHTML->new;
$parser
->link_mappings({
'Pod::Simple::Subclassing'
=>
'/pod/distribution/Pod-Simple/lib/Pod/Simple/Subclassing.pod'
,
});
$parser
->output_string(\
my
$html
);
$parser
->parse_string_document(
$pod
);
DESCRIPTION
This is a subclass of Pod::Simple::XHTML with improved header linking, link overrides, and errata included in the HTML. Used internally by MetaCPAN.
ROLES
The behavior of this subclass is implemented through reusable roles:
DEFAULTS
SUPPORT
See MetaCPAN::Pod::HTML for support and contact information.
AUTHORS
See MetaCPAN::Pod::HTML for authors.
COPYRIGHT AND LICENSE
See MetaCPAN::Pod::HTML for the copyright and license.