Skip Menu |

This queue is for tickets about the QBit-WebInterface-Routing CPAN distribution.

Report information
The Basics
Id: 127445
Status: new
Priority: 0/
Queue: QBit-WebInterface-Routing

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/qbit-webinterface-routing.t may fail
The t/qbit-webinterface-routing.t test may fail: ... Can't use string ("<html><head><meta http-equiv="co"...) as a SCALAR ref while "strict refs" in use at t/qbit-webinterface-routing.t line 1256. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 43. t/qbit-webinterface-routing.t .. Dubious, test returned 255 (wstat 65280, 0xff00) All 43 subtests passed ... An overview of fail/pass reports: http://matrix.cpantesters.org/?dist=QBit-WebInterface-Routing%200.009 Sorry, I don't see a pattern here.
On 2018-10-25 06:08:22, SREZIC wrote: Show quoted text
> The t/qbit-webinterface-routing.t test may fail: > > ... > Can't use string ("<html><head><meta http-equiv="co"...) as a SCALAR > ref while "strict refs" in use at t/qbit-webinterface-routing.t line > 1256. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 255 just after 43. > t/qbit-webinterface-routing.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > All 43 subtests passed > ... > > An overview of fail/pass reports: > http://matrix.cpantesters.org/?dist=QBit-WebInterface-Routing%200.009 > > Sorry, I don't see a pattern here.
A possible reason: it fails if QBit-WebInterface is not installed, but only available through PERL5LIB (which is usually the case if running the test suite in test-only mode, e.g. using "cpan -t Distname").