Skip Menu |

This queue is for tickets about the Test-JSON CPAN distribution.

Report information
The Basics
Id: 127798
Status: new
Priority: 0/
Queue: Test-JSON

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

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



Subject: Migrate from JSON::Any to JSON::MaybeXS
JSON::Any is deprecated in favor of JSON::MaybeXS. From JSON::Any documentation: DEPRECATION NOTICE The original need for JSON::Any has been solved (quite some time ago actually). If you're producing new code it is recommended to use JSON::MaybeXS which will optionally use Cpanel::JSON::XS for speed purposes. JSON::Any fails to handle recent JSON::XS 4.0 <https://rt.cpan.org/Ticket/Display.html?id=127753> and this issue propagates to JSON::Test. Please consider using JSON::MaybeXS instead of the deprecated JSON::Any.