Subject: | JSONP types no longer in default serializer map |
For some reason, all the JSONP types were taken out of the default map
in 0.83, despite JSONP still being in the documentation.
http://search.cpan.org/~bobtfish/Catalyst-Action-REST-0.83/lib/Catalyst/Controller/REST.pm
mentions JSONP support, but:
http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Action-REST-0.83/lib/Catalyst/Controller/REST.pm
has no references to it other than the POD.
Compare:
http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Action-REST-0.82/lib/Catalyst/Controller/REST.pm
Gerv