[Catalyst-commits] r9250 - in trunk/Catalyst-Action-RenderView: . lib/Catalyst/Action

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sun Feb 8 08:04:11 GMT 2009


Author: t0m
Date: 2009-02-08 08:04:11 +0000 (Sun, 08 Feb 2009)
New Revision: 9250

Modified:
   trunk/Catalyst-Action-RenderView/Changes
   trunk/Catalyst-Action-RenderView/lib/Catalyst/Action/RenderView.pm
Log:
Bump version and reset date, lets try that again..

Modified: trunk/Catalyst-Action-RenderView/Changes
===================================================================
--- trunk/Catalyst-Action-RenderView/Changes	2009-02-08 07:54:22 UTC (rev 9249)
+++ trunk/Catalyst-Action-RenderView/Changes	2009-02-08 08:04:11 UTC (rev 9250)
@@ -1,4 +1,4 @@
-0.08 2009-01-19 19:38:00
+0.09 XXX
     - Store config in $c->config->{'Action::RenderView'}
       instead of $c->config->{debug}.
       Config from $c->config->{debug} is deprecated, but

Modified: trunk/Catalyst-Action-RenderView/lib/Catalyst/Action/RenderView.pm
===================================================================
--- trunk/Catalyst-Action-RenderView/lib/Catalyst/Action/RenderView.pm	2009-02-08 07:54:22 UTC (rev 9249)
+++ trunk/Catalyst-Action-RenderView/lib/Catalyst/Action/RenderView.pm	2009-02-08 08:04:11 UTC (rev 9250)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use base 'Catalyst::Action';
 




More information about the Catalyst-commits mailing list