Fix hash key name back to what it used to be for compat, keeping renamed accessor...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
index b6ca882..cb01c11 100644 (file)
@@ -29,9 +29,9 @@ has action_namespace =>
      predicate => 'has_action_namespace',
     );
 
-has _controller_actions =>
+has actions =>
     (
-     is => 'rw',
+     accessor => '_controller_actions',
      isa => 'HashRef',
      init_arg => undef,
     );