
Parrot::Docs::Text2HTML - Plain text to HTML formatter

use Parrot::Docs::Text2HTML;

Parrot::Docs::Text2HTML subclasses Parrot::Docs::POD2HTML.
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.
html_for_file($file)Returns the HTML for the specified file.