Skip Menu |

This queue is for tickets about the App-Prove-Plugin-Distributed CPAN distribution.

Report information
The Basics
Id: 125458
Status: new
Priority: 0/
Queue: App-Prove-Plugin-Distributed

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

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



Subject: '.' is no longer in @INC
In newer perls '.' is no longer in @INC. This is causing failures when running the test suite: ... # Failed test 'Worker: next() should return the first result' # at t/iterator_worker.t line 77. # got: 'do "t/sample-tests/out_err_mix" failed, '.' is no longer in @INC; did you mean do "./t/sample-tests/out_err_mix"? at /home/cpansand/.cpan/build/2018060215/App-Prove-Plugin-Distributed-0.08-0/blib/lib/App/Prove/Plugin/Distributed.pm line 457, <GEN0> line 1.' # expected: 'one' # Failed test 'Worker: next() should return the second result' # at t/iterator_worker.t line 80. # got: undef # expected: 'two' Use of uninitialized value $fh in <HANDLE> at /usr/local/lib/perl5/5.26/TAP/Parser/Iterator/Stream.pm line 78. readline() on unopened filehandle at /usr/local/lib/perl5/5.26/TAP/Parser/Iterator/Stream.pm line 78. Can't use an undefined value as a symbol reference at /usr/local/lib/perl5/5.26/TAP/Parser/Iterator/Stream.pm line 90. # Looks like your test exited with 255 just after 9. t/iterator_worker.t ............... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 16/23 subtests ... (etc) ...