NAME

Parrot::Docs::POD2HTML - Parrot POD to HTML formatter

SYNOPSIS

use Parrot::Docs::POD2HTML;

DESCRIPTION

Pod::Simple::HTML subclass.

Methods

do_beginning()

Reimplements the Pod::Simple::HTML method to add a header to the start of the document.

do_end()

Reimplements the Pod::Simple::HTML method to add a footer to the end of the document.

html_for_file($file)

Returns the HTML for the specified file.

write_html($source, $target, $rel_path, $item)

Writes an HTML version of the file specified by $rel_path in $source to the equivalent location in $target.

append_html_suffix($path)

Returns $path with and HTML file suffix added.