[Catalyst] Why no extra attributes on Private actions?

Tomas Doran bobtfish at bobtfish.net
Mon Aug 17 21:15:47 GMT 2009


On 15 Aug 2009, at 19:44, Bill Moseley wrote:
> Is there a specific reason that Private actions may not have  
> additional attributes?

No, there is not.

At the time when that code was written, additional attributes (for  
example, those used by Catalyst::Controller::ActionRole) weren't  
supported / recommended.

They are now.

Removing that code, and replacing it with an error if you mixed  
Private with dispatch attributes (e.g. : Private Local should go bang)  
would be a very welcome patch.

Well volunteered.

Cheers
t0m




More information about the Catalyst mailing list