releasing V:TT 0.21
Marcus Ramberg [Thu, 22 Dec 2005 09:03:03 +0000 (09:03 +0000)]
Changes
META.yml
lib/Catalyst/View/TT.pm

diff --git a/Changes b/Changes
index a692802..de25746 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Perl extension Catalyst::View::TT.
 
 0.21   
+        - Added Template::Provider support (Jess Robinson)
         - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
 
 0.20    Mon Dec 12 03:35:00 2005
index 6f35211..74ad521 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.20
+version:      0.21
 version_from: lib/Catalyst/View/TT.pm
 installdirs:  site
 requires:
index 74d538d..b361935 100644 (file)
@@ -6,7 +6,7 @@ use Template;
 use Template::Timer;
 use NEXT;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 __PACKAGE__->mk_accessors('template');
 __PACKAGE__->mk_accessors('include_path');