Subject: | Cannot access JSON parser |
On some of my smoker machines the test suite fails:
...
Cannot access JSON parser, have you installed the necessary support modules?
at lib/CPAN/Testers/Reports/Query/JSON.pm line 33.
# Looks like your test exited with 2 just after 5.
t/report.t ..
Dubious, test returned 2 (wstat 512, 0x200)
All 5 subtests passed
...
This seems to happen also for other people. Here a random fail report from CPAN Testers: http://www.cpantesters.org/cpan/report/9125b00c-7d28-11e5-9430-fd16b3b15cea
I cannot tell what's the reason for the failure. But CPAN-Testers-Reports-Query-JSON depends on JSON::Any which is marked as deprecated (see https://metacpan.org/pod/JSON::Any#NAME ), so maybe it's better to switch to an alternative (i.e JSON::MaybeXS).