From a7a268267c27ab2ee865339782f2bb8d7b633c15 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Thu, 8 Aug 2013 16:50:43 -0400 Subject: [PATCH] fix the stopwords --- README.pod | 22 ++++++++++++---------- lib/Mojolicious/Plugin/TtRenderer.pm | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.pod b/README.pod index c51ad84..a573ec9 100644 --- a/README.pod +++ b/README.pod @@ -8,14 +8,6 @@ Mojolicious::Plugin::TtRenderer - Template Renderer Plugin for Mojolicious version 1.49 -=encoding utf-8 - -=begin stopwords - -Bjørn -Szász -Árpád - =head1 SYNOPSIS L: @@ -25,6 +17,7 @@ L: L $self->plugin('tt_renderer'); + =head1 DESCRIPTION This plugin is a simple Template Toolkit renderer for L. @@ -32,6 +25,12 @@ Its defaults are usually reasonable, although for finer grain detail in configuration you may want to use L directly. +=encoding utf-8 + +=for stopwords Bjørn +Szász +Árpád + =head1 OPTIONS These are the options that can be passed in as arguments to this plugin. @@ -71,6 +70,7 @@ Here is the same example using the full L app form: } These options will be used if you do not override them: + =over 4 =item INCLUDE_PATH @@ -114,6 +114,7 @@ is equivalent to except in the first example relative paths are relative to the L app's home directory (C<$app-Ehome>). + =head1 STASH =head2 h @@ -121,11 +122,13 @@ app's home directory (C<$app-Ehome>). Helpers are available via the C entry in the stash. go back to index + =head2 c The current controller instance can be accessed as C. I see you are requesting a document from [% c.req.headers.host %]. + =head1 EXAMPLES L example: @@ -190,6 +193,7 @@ L example: These are also included with the C distribution, including the support files required for the full L app example. + =head1 SEE ALSO L, @@ -197,8 +201,6 @@ L, L, L. -=end stopwords - =head1 AUTHOR original author: Ask Bjørn Hansen diff --git a/lib/Mojolicious/Plugin/TtRenderer.pm b/lib/Mojolicious/Plugin/TtRenderer.pm index 1b7457a..59d172b 100644 --- a/lib/Mojolicious/Plugin/TtRenderer.pm +++ b/lib/Mojolicious/Plugin/TtRenderer.pm @@ -35,7 +35,7 @@ Bjørn Szász Árpád -=cut +=end stopwords =head1 SYNOPSIS