Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the boolean CPAN distribution.

Report information
The Basics
Id: 84698
Status: new
Priority: 0/
Queue: boolean

People
Owner: Nobody in particular
Requestors: andreas.marienborg [...] gmail.com
Cc:
AdminCc:

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



Subject: t/json.t fails with latest JSON::XS and JSON installed
The test failure experienced is the same as this: http://www.cpantesters.org/cpan/report/fdbd68e0-9fa4-11e2-b0ac-f9a271ea8cc5 if I add some diag after the eval runnings tests I get: # Error: Modification of a read-only value attempted at t/json.t line 9. if I run the tests with `PERL_JSON_BACKEND=0 prove -lv t/json.t` it passes, and if I switch to 2 it fails. I'm not sure if this problem is really a problem in JSON::XS, if so, feel free to send me in that direction :)