Subject: | 0.30 Fails to install "No tests run!" |
Date: | Fri, 25 Oct 2013 05:57:45 +0200 |
To: | bug-boolean [...] rt.cpan.org |
From: | Gabor Szabo <gabor [...] szabgab.com> |
While trying to install boolean-0.30 it failed the t/json.t with "No tests run!"
When I tried with prove I got this:
bash-3.2$ prove -vl t/json.t
t/json.t ..
1..2
# No tests run!
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
Attached is a modified version of the test that will make it clearer
why there were no tests. This gives me the following error:
bash-3.2$ prove -vl t/json.t
t/json.t ..
1..3
ok 1
Modification of a read-only value attempted at t/json.t line 12.
# Looks like you planned 3 tests but ran 1.
# Looks like your test exited with 255 just after 1.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/3 subtests
JSON is at 2.61
perl is 5.18.1 on OSX
Message body is not shown because sender requested not to inline it.