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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Wed Apr 29 16:28:40 GMT 2009


Author: rafl
Date: 2009-04-29 17:28:39 +0100 (Wed, 29 Apr 2009)
New Revision: 9948

Modified:
   Catalyst-Action-RenderView/trunk/Changes
   Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm
Log:
Version 0.10.

Modified: Catalyst-Action-RenderView/trunk/Changes
===================================================================
--- Catalyst-Action-RenderView/trunk/Changes	2009-04-29 16:24:02 UTC (rev 9947)
+++ Catalyst-Action-RenderView/trunk/Changes	2009-04-29 16:28:39 UTC (rev 9948)
@@ -1,3 +1,7 @@
+0.10 2009-04-29 18:24:50
+    - Depend on Data::Visitor 0.24 to avoid Class::MOP deprecation
+      warnings. (Florian Ragwitz)
+
 0.09 2009-02-18 21:32:00
     - Store config in $c->config->{'Action::RenderView'}
       instead of $c->config->{debug}.
@@ -11,9 +15,9 @@
 
 0.07 2007-09-01 11:03:00
     - Add DateTime to default list of scrubbed objects
-    - Stringify rather than ref by default , 
+    - Stringify rather than ref by default ,
       more explicit message
-      
+
 0.06 2007-08-29 16:35:00
     - Add support for scrubbing stash objects.
     - Remove undef warning
@@ -24,11 +28,11 @@
 0.04 2006-07-04 09:21:00
     - That debug code wasn't quite production ready : /
 
-0.03 2006-07-02 11:26:00 
+0.03 2006-07-02 11:26:00
     - Forgot to update use test as well, silly git.
 
-0.02 2006-06-29 14:59:00 
+0.02 2006-06-29 14:59:00
     - Oops, moved content check ending brace up.
-    
+
 0.01  2006-06-26 17:14:00
     - Initial release

Modified: Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm
===================================================================
--- Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm	2009-04-29 16:24:02 UTC (rev 9947)
+++ Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm	2009-04-29 16:28:39 UTC (rev 9948)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 use base 'Catalyst::Action';
 




More information about the Catalyst-commits mailing list