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

marcus at dev.catalyst.perl.org marcus at dev.catalyst.perl.org
Mon Jan 19 18:41:41 GMT 2009


Author: marcus
Date: 2009-01-19 18:41:41 +0000 (Mon, 19 Jan 2009)
New Revision: 9109

Modified:
   trunk/Catalyst-Action-RenderView/Changes
   trunk/Catalyst-Action-RenderView/lib/Catalyst/Action/RenderView.pm
Log:
Release new renderview

Modified: trunk/Catalyst-Action-RenderView/Changes
===================================================================
--- trunk/Catalyst-Action-RenderView/Changes	2009-01-19 18:33:12 UTC (rev 9108)
+++ trunk/Catalyst-Action-RenderView/Changes	2009-01-19 18:41:41 UTC (rev 9109)
@@ -1,4 +1,4 @@
-0.08
+0.08 2009-01-19 19:38:00
     - 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-01-19 18:33:12 UTC (rev 9108)
+++ trunk/Catalyst-Action-RenderView/lib/Catalyst/Action/RenderView.pm	2009-01-19 18:41:41 UTC (rev 9109)
@@ -43,7 +43,6 @@
             %ignore_classes,
         );
         $scrubber->visit( $c->stash );
-        $scrubber->visit( $c->config );
         die('Forced debug - Scrubbed output');
     }
     




More information about the Catalyst-commits mailing list