Skip Menu |

This queue is for tickets about the Metaweb CPAN distribution.

Report information
The Basics
Id: 36914
Status: new
Priority: 0/
Queue: Metaweb

People
Owner: Nobody in particular
Requestors: michele.r.berg [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Metaweb install
Date: Wed, 18 Jun 2008 14:05:32 -0500
To: bug-Metaweb [...] rt.cpan.org
From: "Michele Berg" <michele.r.berg [...] gmail.com>
Just in case the first one didn't go through. Michele Show quoted text
---------- Forwarded message ---------- From: Michele Berg <michele.r.berg@gmail.com> Date: Tue, Jun 17, 2008 at 5:45 PM Subject: Metaweb install To: skud@infotrope.net Hi Skud, I hope you don't mind me contacting you. Kirsten recommended your module on cpan for accessing Metaweb info via Perl. On install, it appears to not be playing well with JSON::XS. It appears that some of the subs have been renamed (to_json is now encode_json, from_json is now decode_json, etc). Just wanted to make you aware. Thanks, Michele t/json............Subroutine main::to_json redefined at /usr/share/perl/5.8/Exporter.pm line 65. at t/json.t line 3 Prototype mismatch: sub main::to_json ($@) vs ($) at /usr/share/perl/5.8/Exporter.pm line 65. at t/json.t line 3 Subroutine main::from_json redefined at /usr/share/perl/5.8/Exporter.pm line 65. at t/json.t line 3 Prototype mismatch: sub main::from_json ($@) vs ($) at /usr/share/perl/5.8/Exporter.pm line 65. at t/json.t line 3 'objToJson' will be obsoleted. Please use 'to_json' instead. at t/json.t line 10 JSON::XS::to_json has been renamed to encode_json, either downgrade to pre-2.0 versions of JSON::XS or rename the call at t/json.t line 11