Subject: | Catalyst::Action::REST doesn't handle config properly - according to mst |
Words of wisdom from mst:
->config is the defaults which are merged with app config to produce ->new args
so calling ->config on an object is always wrong.
the bug is "it uses $controller->config instead of the data in $controller"
For example, in Catalyst::Action::SerializeBase uses of "$controller->config" should be replaced
with "$controller".
Looks like there are lots of other cases:
http://search.cpan.org/grep?cpanid=JSHIRLEY&release=Catalyst-Action-REST-
0.66&string=controller-%3Econfig&F=1&n=1&C=0