Compare commits

...
2 Commits
Author SHA1 Message Date
Graham Ollis 9c4e322dec v1.49
- documentation
2013-08-08 09:19:19 -04:00
Graham Ollis 48b19a5ab9 formatting fixes 2013-08-08 09:18:41 -04:00
5 changed files with 8 additions and 5 deletions
+3
View File
@@ -2,6 +2,9 @@ Revision history for Mojolicious::Plugin::TtRenderer
{{$NEXT}}
1.49 2013-08-08 09:18:54 America/New_York
- documentation
1.48 2013-08-08 09:13:19 America/New_York
- documentation
+2 -2
View File
@@ -6,7 +6,7 @@ Mojolicious::Plugin::TtRenderer - Template Renderer Plugin for Mojolicious
=head1 VERSION
version 1.48
version 1.49
=head1 SYNOPSIS
@@ -109,7 +109,7 @@ is equivalent to
plugin 'tt_renderer', { template_options { COMPILE_DIR => 'some/path' } };
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
+1 -1
View File
@@ -5,7 +5,7 @@ license = Perl_5
copyright_holder = Ask Bjørn Hansen
# copyright_year = 2009
version = 1.48
version = 1.49
[@Author::Plicease]
+1 -1
View File
@@ -128,7 +128,7 @@ is equivalent to
plugin 'tt_renderer', { template_options { COMPILE_DIR => 'some/path' } };
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
+1 -1
View File
@@ -252,7 +252,7 @@ Add the handler:
$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