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: 89767
Status: open
Priority: 0/
Queue: boolean

People
Owner: Nobody in particular
Requestors: gabor [...] szabgab.com
Cc:
AdminCc:

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



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.

From: dsteinbrunner [...] pobox.com
On Thu Oct 24 23:57:58 2013, gabor@szabgab.com wrote: Show quoted text
> While trying to install boolean-0.30 it failed the t/json.t with "No > tests run!"
Just ran into the same issue. Show quoted text
> JSON is at 2.61 > perl is 5.18.1 on OSX
similar setup but with latest JSON