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::HTMLmethod to add a header to the start of the document. do_end()-
Reimplements the
Pod::Simple::HTMLmethod 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_pathin$sourceto the equivalent location in$target. append_html_suffix($path)-
Returns
$pathwith and HTML file suffix added.