Skip Menu |

This queue is for tickets about the CouchDB-Client CPAN distribution.

Report information
The Basics
Id: 128059
Status: open
Priority: 0/
Queue: CouchDB-Client

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

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



Subject: Couldn't find a working decoder method (but found handler JSON 4.00)
On some of my smoker systems the test suite started to fail: ... # Failed test 'use CouchDB::Client;' # at t/00-load.t line 11. # Tried to use 'CouchDB::Client'. # Error: Couldn't find a working decoder method (but found handler JSON 4.00). at /home/cpansand/.cpan/build/2018121916/CouchDB-Client-0.09-3/blib/lib/CouchDB/Client.pm line 9. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018121916/CouchDB-Client-0.09-3/blib/lib/CouchDB/Client.pm line 9. # Compilation failed in require at t/00-load.t line 11. # BEGIN failed--compilation aborted at t/00-load.t line 11. # Looks like you failed 1 test of 4. t/00-load.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests ... Statistical analysis shows that there are no pass reports if JSON 4.00 is installed (theta=-1): **************************************************************** Regression 'mod:JSON' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.1626 6.15 [1='eq_2.90'] -0.0349 0.1631 -0.21 [2='eq_2.94'] 0.0000 0.1661 0.00 [3='eq_2.96'] 0.0000 0.2300 0.00 [4='eq_2.97001'] 0.0000 0.1673 0.00 [5='eq_4.00'] -1.0000 0.1698 -5.89 [6='eq_n/a'] -0.0000 0.2300 -0.00 R^2= 0.632, N= 226, K= 7 ****************************************************************
On 2018-12-19 13:01:32, SREZIC wrote: Show quoted text
> On some of my smoker systems the test suite started to fail:
JSON::Any has been deprecated for several years; I would suggest you switch to JSON::MaybeXS (or even just JSON::PP if you aren't making heavy use of json).