The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MojoMojo::Formatter::Pod - format part of content as POD

DESCRIPTION

This formatter will format content between {{pod}} and {{end}} as POD (Plain Old Documentation).

METHODS

format_content_order

Format order can be 1-99. The Pod formatter runs on 10

format_content

calls the formatter. Takes a ref to the content as well as the context object.

to_pod <pod> <base>

takes some POD documentation, and a base url, and renders it as HTML.

Pod::Simple::HTML::new

extended for setting base

Set links based on base

SEE ALSO

MojoMojo,Module::Pluggable::Ordered,POD::Tree::HTML

AUTHORS

Marcus Ramberg <mramberg@cpan.org>

LICENSE

This module is licensed under the same terms as Perl itself.