Skip Menu |

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

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

People
Owner: bobtfish [...] bobtfish.net
Requestors: ddascalescu+perl [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.78
Fixed in: (no value)



Subject: the 'serialize' config key is advertised but deprecated
In the REST controller: # REST serialization config __PACKAGE__->config( default => 'application/json', serialize => { stash_key => 'myrest' } ); A call to foo_GET will produce this error: [info] Using deprecated configuration for Catalyst::Action::REST! [info] Please see perldoc Catalyst::Action::REST for the update guide "update" should be "updated". More importantly, the 'serialize' hashref is given as an example in the IMPLEMENTATION DETAILS section of the Catalyst::Controller::REST POD.
Applied, thanks.