From: Andrew Ford Date: Wed, 23 Mar 2005 19:11:45 +0000 (+0000) Subject: extended the documentation X-Git-Tag: v0.13~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4687ac0def433b849a301aa1451c8671a866f952;p=catagits%2FCatalyst-View-TT.git extended the documentation --- diff --git a/Changes b/Changes index 176befd..fd85823 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for Perl extension Catalyst::View::TT. 0.08 XXX XXX XX XX:XX:XX 2005 - fixed some typos + - extended the documentation (Andrew Ford) 0.07 Sat Mar 04 23:00:00 2005 - fixed the bugs produced by draven and the_jester ;) diff --git a/lib/Catalyst/View/TT.pm b/lib/Catalyst/View/TT.pm index 28b1c3c..336388b 100644 --- a/lib/Catalyst/View/TT.pm +++ b/lib/Catalyst/View/TT.pm @@ -6,7 +6,7 @@ use Template; use Template::Timer; use NEXT; -our $VERSION = '0.07'; +our $VERSION = '0.08'; __PACKAGE__->mk_accessors('template'); @@ -28,21 +28,49 @@ Catalyst::View::TT - Template View Class 1; + # Meanwhile, maybe in an '!end' action $c->forward('MyApp::View::TT'); + =head1 DESCRIPTION -This is the C