Skip Menu |

This queue is for tickets about the Modern-PBP-Perl CPAN distribution.

Report information
The Basics
Id: 113822
Status: rejected
Priority: 0/
Queue: Modern-PBP-Perl

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

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



Subject: t/runs.t fails with Algorithm::Networksort 2.00
My smoker systems started to generate fail reports: PERL_DL_NONLAZY=1 "/usr/perl5.20.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Undefined subroutine &Algorithm::Networksort::nw_algorithms called at bin/algorithm-networksort-chooser line 55. Can't use an undefined value as an ARRAY reference at t/runs.t line 9. # Looks like your test exited with 255 before it could output anything. t/runs.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests It seems that this happens only if Algorithm::Networksort 2.00 is installed, but not with other versions.
On 2016-04-16 02:29:43, SREZIC wrote: Show quoted text
> My smoker systems started to generate fail reports: > > PERL_DL_NONLAZY=1 "/usr/perl5.20.0/bin/perl" "-MExtUtils::Command::MM" > "-MTest::Harness" "-e" "undef *Test::Harness::Switches; > test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > Undefined subroutine &Algorithm::Networksort::nw_algorithms called at > bin/algorithm-networksort-chooser line 55. > Can't use an undefined value as an ARRAY reference at t/runs.t line 9. > # Looks like your test exited with 255 before it could output > anything. > t/runs.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/1 subtests > > > It seems that this happens only if Algorithm::Networksort 2.00 is > installed, but not with other versions.
Hmmm... it looks like this issue was opened in the wrong queue. It does not look like Modern::PBP::Perl does anything with Algorithm::Networksort.