chuntuk has asked for the wisdom of the Perl Monks concerning the following question:
Couldn't find a decoder method. at /home/redacted/perl/usr/share/perl5/WebService/YQL.pm line 9. BEGIN failed--compilation aborted at /home/redacted/perl/usr/share/perl5/WebService/YQL.pm line 9.I get the error even with a test script like this:
use CGI::Carp qw(fatalsToBrowser); use WebService::YQL; print "Content-type: text/plain\n\n"; print "Hello World\n";Line 9 of YQL.pm is "use JSON::Any;", which is deprecated, but I don't see what I can do about that. Could anyone help me figure out what the problem is and how to fix it? Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WebService::YQL "Couldn't find a decoder method"
by ikegami (Patriarch) on Aug 11, 2018 at 13:19 UTC | |
by chuntuk (Novice) on Aug 11, 2018 at 13:39 UTC | |
by poj (Abbot) on Aug 11, 2018 at 17:22 UTC | |
by chuntuk (Novice) on Aug 11, 2018 at 22:28 UTC | |
by ikegami (Patriarch) on Aug 12, 2018 at 07:45 UTC | |
|