From 9c4e322decdcd86d050ca6d76070c97b18a14116 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Thu, 8 Aug 2013 09:19:19 -0400 Subject: [PATCH] v1.49 - documentation --- Changes | 2 ++ README.pod | 4 ++-- dist.ini | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index a610f31..60a9322 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ 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 diff --git a/README.pod b/README.pod index 07ba7ff..c9f8de9 100644 --- a/README.pod +++ b/README.pod @@ -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 -app's home directory (C<$app->home>). +app's home directory (C<$app-Ehome>). =head1 STASH diff --git a/dist.ini b/dist.ini index aaac4c4..d2d36f2 100644 --- a/dist.ini +++ b/dist.ini @@ -5,7 +5,7 @@ license = Perl_5 copyright_holder = Ask Bjørn Hansen # copyright_year = 2009 -version = 1.48 +version = 1.49 [@Author::Plicease]