in reply to Re^3: WebService::YQL "Couldn't find a decoder method"
in thread WebService::YQL "Couldn't find a decoder method"
That sounds promising.
JSON::Any Version 1.39
JSON::XS Version 3.04
But what do I do about it? Is it possible to load an older version of JSON::XS somehow? How would I get it to supersede the version that's there now (which doesn't appear to be in any of my local library directories, so I guess it's part of the host's core Perl installation)?
Maybe I can edit the code within WebService::YQL to not call JSON::Any at all, and to call one of the underlying JSON libraries directly instead?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: WebService::YQL "Couldn't find a decoder method"
by ikegami (Patriarch) on Aug 12, 2018 at 07:45 UTC | |
by chuntuk (Novice) on Aug 13, 2018 at 08:13 UTC | |
by ikegami (Patriarch) on Aug 13, 2018 at 11:25 UTC |