I'm pretty sure this is a a problem with JSON::Any which in my mind is being far too clever for its own good. What version of JSON::Any do you have?
Can you try also JSON_ANY_ORDER=JSON cpanm Catalyst::View::JSON
and let me know if that helps?
john
On Wednesday, November 27, 2013 1:46 PM, "dsteinbrunner@pobox.com via RT" <bug-Catalyst-View-JSON@rt.cpan.org> wrote:
Queue: Catalyst-View-JSON
Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=34042 >
On Thu Mar 13 02:41:28 2008, ANDK wrote:
Show quoted text> There are three other testers reports with the same error message.
Just ran into this. New perl 5.16.3 install along with Catalyst and other dependencies for the Catalyst app in question. Everything installed but Catalyst::View::JSON.
These are the JSON modules that were installed:
JSON::Any
JSON::MaybeXS
JSON::PP
Cpanel::JSON::XS
I tried installing JSON::XS and this did not help the test pass.
Installing JSON however allowed the test to pass. Not sure why ones of the other JSON modules did not get picked up and used.