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 :)