NAME
Papery::Processor::Pod::POM - Papery processor based on Pod::POM
SYNOPSIS
# _config.yml
_processors:
pod: Pod::POM
# metadata
_processor: Pod::POM
DESCRIPTION
Papery::Processor::Pod::POM will process the _text of a Papery::Pulp object as POD, and put HTML in the _content, using Pod::POM for parsing the POD, and by default Pod::POM::View::HTML to turn it into HTML.
METHODS
This class provides a single method:
- process( $pulp )
-
Analyze the
_textmetadata, and update the$pulpmetadata and_content.If the
pod_pom_viewmetadata key exists, it is assumed to contain the name of aPod::POM::Viewclass, that will be used instead to produce the_contentmetadata.The intermediate
Pod::POMobject returned by thePod::POMparser is stored in the_pod_pommetadata key.
AUTHOR
Philippe Bruhat (BooK), <book at cpan.org>
COPYRIGHT
Copyright 2010 Philippe Bruhat (BooK), all rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.