From: Marcus Ramberg Date: Mon, 2 May 2005 09:36:55 +0000 (+0000) Subject: View::TT - Fixed helper to use [%author%] X-Git-Tag: v0.13~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bd9d89ad04863dac9c8c88fa1753e20ee26103e8;hp=23042c3c04e3f6b0b75a5be6b1f511985a362834;p=catagits%2FCatalyst-View-TT.git View::TT - Fixed helper to use [%author%] --- diff --git a/Changes b/Changes index 9f1602b..d37c0e5 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for Perl extension Catalyst::View::TT. 0.12 Xxx Xxx 00 00:00:00 2005 - Fixed, don't set Content-Type on failure + - Fixed helper to use [%author%] 0.11 Fri Apr 15 16:00:00 2005 - Fixed broken helper. diff --git a/lib/Catalyst/Helper/View/TT.pm b/lib/Catalyst/Helper/View/TT.pm index 51f6a61..bd09fa7 100644 --- a/lib/Catalyst/Helper/View/TT.pm +++ b/lib/Catalyst/Helper/View/TT.pm @@ -66,12 +66,12 @@ Very nice component. =head1 AUTHOR -Clever guy +[% author %] =head1 LICENSE -This library is free software . You can redistribute it and/or modify it under -the same terms as perl itself. +This library is free software . You can redistribute it and/or modify it +under the same terms as perl itself. =cut