The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

App::Zapzi::Transformers::POD - transform POD to HTML

VERSION

version 0.017

DESCRIPTION

This class takes POD and returns readable HTML using pod2html

METHODS

name

Name of transformer visible to user.

handles($content_type)

Returns true if this module handles the given content-type

transform

Converts input to readable text. This is done by passing the POD through pod2html to get HTML then calling the HTML transformer.

Returns true if converted OK.

AUTHOR

Rupert Lane <rupert@rupert-lane.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Rupert Lane.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.