Subject: | Global atrributes set via config( action => { '*' => ...} ) [with patch] |
Hi,
When setting attributes with:
__PACKAGE__->config(
action => {
'*' => { Chained => 'base', Args => 0 },
base => { Chained => '/', PathPart => '', CaptureArgs => 0 },
},
);
the attributes defined for all methods are applied to Private methods as
well.
Fix with test available at:
http://github.com/ajgb/catalyst-runtime/commit/616f605745b045d3bddebaf71264035ccfe6345e
Thanks,
Alex