I'm an idiot, that totally doesn't work. remove.
Tomas Doran [Mon, 7 Sep 2009 20:21:52 +0000 (20:21 +0000)]
lib/Catalyst/Controller.pm

index d52ae3f..3bdacec 100644 (file)
@@ -29,9 +29,9 @@ has action_namespace =>
      predicate => 'has_action_namespace',
     );
 
-has actions =>
+has _controller_actions =>
     (
-     accessor => '_controller_actions',
+     is => 'rw',
      isa => 'HashRef',
      init_arg => undef,
     );