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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sun Jun 28 17:31:05 GMT 2009


Author: rafl
Date: 2009-06-28 17:31:03 +0000 (Sun, 28 Jun 2009)
New Revision: 10705

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

Modified: Catalyst-Action-RenderView/trunk/Changes
===================================================================
--- Catalyst-Action-RenderView/trunk/Changes	2009-06-28 17:26:38 UTC (rev 10704)
+++ Catalyst-Action-RenderView/trunk/Changes	2009-06-28 17:31:03 UTC (rev 10705)
@@ -1,3 +1,7 @@
+0.11 2009-06-28 19:29:16
+    - Update Module::Install to 0.87 to unbreak auto_install.
+      No functional changes.
+
 0.10 2009-04-29 18:24:50
     - Depend on Data::Visitor 0.24 to avoid Class::MOP deprecation
       warnings. (Florian Ragwitz)

Modified: Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm
===================================================================
--- Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm	2009-06-28 17:26:38 UTC (rev 10704)
+++ Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm	2009-06-28 17:31:03 UTC (rev 10705)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 use base 'Catalyst::Action';
 




More information about the Catalyst-commits mailing list