Mojolicious::Plugin::EplRenderer.3pm

Langue: en

Version: 2010-08-15 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Mojolicious::Plugin::EplRenderer - EPL Renderer Plugin

SYNOPSIS

     # Mojolicious
     $self->plugin('epl_renderer');
 
     # Mojolicious::Lite
     plugin 'epl_renderer';
 
 

DESCRIPTION

Mojolicous::Plugin::EplRenderer is a renderer for "epl" templates. "epl" templates are pretty much just raw Mojo::Template.

METHODS

Mojolicious::Plugin::EplRenderer inherits all methods from Mojolicious::Plugin and implements the following new ones.

register

     $plugin->register;
 
 

Register renderer in Mojolicious application.

SEE ALSO

Mojolicious, Mojolicious::Guides, <http://mojolicious.org>.