Skip Menu |

This queue is for tickets about the WWW-Shorten-SapoPuny CPAN distribution.

Report information
The Basics
Id: 116638
Status: resolved
Priority: 0/
Queue: WWW-Shorten-SapoPuny

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.
On Mon Aug 01 14:33:20 2016, 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.
Thanks, Ether. Will work on this soon. Cheers
On Mon Aug 01 15:57:53 2016, AMBS wrote: Show quoted text
> On Mon Aug 01 14:33:20 2016, ETHER wrote:
> > 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.
> > > Thanks, Ether. Will work on this soon. > Cheers >
JSON wasn't used at all. Copy and paste bug. removed dep. Thanks, Ether.