[Catalyst-commits] r11334 - Catalyst-Runtime/5.80/trunk/lib/Catalyst

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Sep 7 20:21:52 GMT 2009


Author: t0m
Date: 2009-09-07 20:21:52 +0000 (Mon, 07 Sep 2009)
New Revision: 11334

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Controller.pm
Log:
I'm an idiot, that totally doesn't work. remove.

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Controller.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Controller.pm	2009-09-07 20:19:40 UTC (rev 11333)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Controller.pm	2009-09-07 20:21:52 UTC (rev 11334)
@@ -29,9 +29,9 @@
      predicate => 'has_action_namespace',
     );
 
-has actions =>
+has _controller_actions =>
     (
-     accessor => '_controller_actions',
+     is => 'rw',
      isa => 'HashRef',
      init_arg => undef,
     );




More information about the Catalyst-commits mailing list