debian man page for mojolicious::plugin::podrenderer

Query: mojolicious::plugin::podrenderer

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Mojolicious::Plugin::PODRenderer(3pm)			User Contributed Perl Documentation		     Mojolicious::Plugin::PODRenderer(3pm)

NAME
Mojolicious::Plugin::PODRenderer - POD renderer plugin
SYNOPSIS
# Mojolicious my $route = $self->plugin('PODRenderer'); my $route = $self->plugin(PODRenderer => {name => 'foo'}); my $route = $self->plugin(PODRenderer => {preprocess => 'epl'}); $self->render('some_template', handler => 'pod'); %= pod_to_html "=head1 TEST C<123>" # Mojolicious::Lite my $route = plugin 'PODRenderer'; my $route = plugin PODRenderer => {name => 'foo'}; my $route = plugin PODRenderer => {preprocess => 'epl'}; $self->render('some_template', handler => 'pod'); %= pod_to_html "=head1 TEST C<123>"
DESCRIPTION
Mojolicious::Plugin::PODRenderer is a renderer for true Perl hackers, rawr! The code of this plugin is a good example for learning to build new plugins, you're welcome to fork it.
OPTIONS
Mojolicious::Plugin::PODRenderer supports the following options. "name" # Mojolicious::Lite plugin PODRenderer => {name => 'foo'}; Handler name. "no_perldoc" # Mojolicious::Lite plugin PODRenderer => {no_perldoc => 1}; Disable perldoc browser. "preprocess" # Mojolicious::Lite plugin PODRenderer => {preprocess => 'epl'}; Name of handler used to preprocess POD.
HELPERS
Mojolicious::Plugin::PODRenderer implements the following helpers. "pod_to_html" %= pod_to_html '=head2 lalala' <%= pod_to_html begin %>=head2 lalala<% end %> Render POD to HTML.
METHODS
Mojolicious::Plugin::PODRenderer inherits all methods from Mojolicious::Plugin and implements the following new ones. "register" my $route = $plugin->register($app, $conf); Register renderer in Mojolicious application.
SEE ALSO
Mojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.14.2 2012-09-05 Mojolicious::Plugin::PODRenderer(3pm)
Related Man Pages
mojolicious::routes(3pm) - debian
mojolicious::plugin::defaulthelpers(3pm) - debian
mojolicious::plugin::headercondition(3pm) - debian
mojolicious::plugin::jsonconfig(3pm) - debian
mojolicious::plugins(3pm) - debian
Similar Topics in the Unix Linux Community
S-152: WordPress Plugin AdServe Vulnerability
Xfce WMdock Plugin 0.1.9 (Default branch)
Tiff Plugin 0.3.2 (Default branch)
Plugin: Reason for Closed Thread?
Perl - How do you break the long line of codes into 2?