released 0.19
Marcus Ramberg [Thu, 17 Nov 2005 10:16:08 +0000 (10:16 +0000)]
Changes
META.yml
lib/Catalyst/View/TT.pm

diff --git a/Changes b/Changes
index 624a7e0..8161070 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::View::TT.
 
+0.19  - Tue Nov 15 09:52:00 2005
+        - unbreak config.
+
 0.18  - Mon Nov 14 20:43:00 2005
         - Fixed more typos
 
index 0156624..847646a 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.15
+version:      0.19
 version_from: lib/Catalyst/View/TT.pm
 installdirs:  site
 requires:
index e7b4a07..1463bc6 100644 (file)
@@ -6,7 +6,7 @@ use Template;
 use Template::Timer;
 use NEXT;
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 __PACKAGE__->mk_accessors('template');
 
@@ -263,9 +263,9 @@ sub new {
                 $c->log->error($error);
                 $c->error($error);
                 return undef;
-              }
-        },
+              },
         %{$config},
+        },
     );
     $self->config($config);