Deprecated.
The maintainer of this module has indicated that the module is deprecated and no longer suitable for use.
NAME
Mojolicious::Plugin::PODRenderer - DEPRECATED!
SYNOPSIS
# DEPRECATED!
DESCRIPTION
This module is DEPRECATED!
METHODS
Mojolicious::Plugin::PODRenderer inherits all methods from Mojolicious::Plugin and implements the following new ones.
register
my $route = $plugin->register(Mojolicious->new);
my $route = $plugin->register(Mojolicious->new, {name => 'foo'});
Register renderer and helper in Mojolicious application.