Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla-Plugin-CheckPrereqsIndexed CPAN distribution.

Report information
The Basics
Id: 82886
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-CheckPrereqsIndexed

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

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



Subject: use JSON instead of JSON::PP
Currently, JSON::PP is loaded explicitely. The JSON 2 module will instead load either JSON::XS or JSON::PP depending on what is available, with a preference for JSON::XS that is faster. -- Olivier Mengué - http://perlresume.org/DOLMEN
Le 2013-01-22 14:03:10, DOLMEN a écrit : Show quoted text
> Currently, JSON::PP is loaded explicitely. > > The JSON 2 module will instead load either JSON::XS or JSON::PP > depending on what is available, with a preference for JSON::XS that is > faster.
Patch: https://github.com/rjbs/dist-zilla-plugin-checkprereqsindexed/pull/4 -- Olivier Mengué - http://perlresume.org/DOLMEN
resolved -- rjbs