in reply to Re^4: WebService::YQL "Couldn't find a decoder method"
in thread WebService::YQL "Couldn't find a decoder method"

That problem was fixed in JSON::Any 1.31 according to the ticket.

But if for some odd reason that's the problem, you could set env var JSON_ANY_ORDER to PP.

Replies are listed 'Best First'.
Re^6: WebService::YQL "Couldn't find a decoder method"
by chuntuk (Novice) on Aug 13, 2018 at 08:13 UTC
    Setting JSON_ANY_ORDER didn't help me, so in the end I just hacked at the code of YQL.pm to use JSON::MaybeXS instead of JSON::Any as I need to get this working before I go on holiday tomorrow. That fixes the problem. Maybe I'll look for a more elegant solution when I get back. Thanks for your help everybody.

      Instead, submit your change as a bug fix for Webservice::YQL given that JSON::Any is deprecated