prepared to release 0.15
Marcus Ramberg [Mon, 14 Nov 2005 13:36:21 +0000 (13:36 +0000)]
Changes
META.yml
lib/Catalyst/View/TT.pm

diff --git a/Changes b/Changes
index 6991808..9d1442a 100644 (file)
--- 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 
index 334e580..6e19d91 100644 (file)
--- 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:
index 2e54829..5aede35 100644 (file)
@@ -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',