formatting fixes

This commit is contained in:
Graham Ollis
2013-08-08 09:18:41 -04:00
parent 6cd14f157a
commit 48b19a5ab9
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
Revision history for Mojolicious::Plugin::TtRenderer Revision history for Mojolicious::Plugin::TtRenderer
{{$NEXT}} {{$NEXT}}
- documentation
1.48 2013-08-08 09:13:19 America/New_York 1.48 2013-08-08 09:13:19 America/New_York
- documentation - documentation

View File

@@ -128,7 +128,7 @@ is equivalent to
plugin 'tt_renderer', { template_options { COMPILE_DIR => 'some/path' } }; plugin 'tt_renderer', { template_options { COMPILE_DIR => 'some/path' } };
except in the first example relative paths are relative to the L<Mojolicious> except in the first example relative paths are relative to the L<Mojolicious>
app's home directory (C<$app->home>). app's home directory (C<$app-E<gt>home>).
=head1 STASH =head1 STASH

View File

@@ -252,7 +252,7 @@ Add the handler:
$self->renderer->add_handler( tt => $tt ); $self->renderer->add_handler( tt => $tt );
} }
Template parameter are taken from C< $c->stash >. Template parameter are taken from C<$c-E<gt>stash>.
=head1 RENDERING =head1 RENDERING