Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-GitHub CPAN distribution.

Report information
The Basics
Id: 102460
Status: resolved
Priority: 0/
Queue: Net-GitHub

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

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



Subject: JSON::Any is being phased out
JSON::Any is being phased out in favour of JSON::MaybeXS, which handles the edge cases more gracefully - you probably want to switch to that, unless you rely on some of the legacy stuff (e.g. JSON::DWIM and ::Syck support) in JSON::Any.
This module is my CPAN-PRC assignment for the month. I can do this conversion to using JSON::MaybeXS if it's desired. I converted one of my personal modules away from using JSON::Any recently, as a result of a similar deprecation notice ticket. On Mon Mar 02 18:17:03 2015, ETHER wrote: Show quoted text
> JSON::Any is being phased out in favour of JSON::MaybeXS, which > handles the edge cases more gracefully - you probably want to switch > to that, unless you rely on some of the legacy stuff (e.g. JSON::DWIM > and ::Syck support) in JSON::Any.
new version shipped. Thanks for the patch.