Subject: | t/13_json.t fails (if JSON.pm is not installed?) |
On some of my smokers the test suite fails:
...
You tried to plan twice at t/13_json.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/13_json.t ...............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests
...
Probably this happens if JSON.pm is not installed, probably the skip() was not done right.