Skip Menu |

This queue is for tickets about the Catalyst-Action-REST CPAN distribution.

Report information
The Basics
Id: 43840
Status: resolved
Priority: 0/
Queue: Catalyst-Action-REST

People
Owner: Nobody in particular
Requestors: TIMB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.66
Fixed in: (no value)



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
I've fixed this and pushed it to github; release coming soon.