Fix POD synopsis

This commit is contained in:
Maxim Vuets
2010-10-09 13:15:21 +03:00
committed by Ask Bjørn Hansen
parent 084c79825f
commit 0588884a9f
2 changed files with 3 additions and 3 deletions

View File

@@ -31,11 +31,11 @@ Mojolicious::Plugin::TtRenderer - Template Renderer Plugin
# Mojolicious
$self->plugin('tt_renderer');
$self->plugin(tt_renderer => {FILTERS => [ ... ]});
$self->plugin(tt_renderer => {template_options => {FILTERS => [ ... ]}});
# Mojolicious::Lite
plugin 'tt_renderer';
plugin tt_renderer => {FILTERS => [ ... ]};
plugin tt_renderer => {template_options => {FILTERS => [ ... ]}};
=head1 DESCRIPTION