From: Marcus Ramberg Date: Mon, 14 Nov 2005 13:36:21 +0000 (+0000) Subject: prepared to release 0.15 X-Git-Tag: v0.30~56 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93f25382d55dba60d047409eca5f1ada06ef3f56;hp=7d8aa5ecb7dbe370ca6782368d5271b41a7323f1;p=catagits%2FCatalyst-View-TT.git prepared to release 0.15 --- diff --git a/Changes b/Changes index 6991808..9d1442a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Catalyst::View::TT. -0.15 - TBR +0.15 - Mon Nov 14 14:43:00 2005 - Updated for Catalyst 5.5 - Fix docs - Added TEMPLATE_SUFFIX config variable diff --git a/META.yml b/META.yml index 334e580..6e19d91 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Catalyst-View-TT -version: 0.13 +version: 0.14 version_from: lib/Catalyst/View/TT.pm installdirs: site requires: diff --git a/lib/Catalyst/View/TT.pm b/lib/Catalyst/View/TT.pm index 2e54829..5aede35 100644 --- a/lib/Catalyst/View/TT.pm +++ b/lib/Catalyst/View/TT.pm @@ -27,8 +27,8 @@ Catalyst::View::TT - Template View Class 'V::TT' => { # any TT configurations items go here INCLUDE_PATH => [ - MyApp->path_to( 'root', 'templates', 'src' ), - MyApp->path_to( 'root', 'templates', 'lib' ), + MyApp->path_to( 'root', 'src' ), + MyApp->path_to( 'root', 'lib' ), ], PRE_PROCESS => 'config/main', WRAPPER => 'site/wrapper',