The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

anchor_items

By default, anchor_items is set to true.

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.