Skip Menu |

This queue is for tickets about the Decode-Source CPAN distribution.

Report information
The Basics
Id: 108872
Status: new
Priority: 0/
Queue: Decode-Source

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

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



Subject: Not a HASH reference
Test suite fails, maybe only for newer perls (5.20 and newer): Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 "/bbbike/perl-5.23.3/bin/perl5.23.3" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Not a HASH reference at /tmpfs/.cpan-build/2015111306/Decode-Source-1.01-SN29Yb/blib/lib/Decode/Source.pm line 29. # Looks like your test exited with 255 before it could output anything. t/source.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 6/6 subtests
On 2015-11-13 02:47:03, SREZIC wrote: Show quoted text
> Test suite fails, maybe only for newer perls (5.20 and newer): > > Output from '/usr/bin/make test': > > PERL_DL_NONLAZY=1 "/bbbike/perl-5.23.3/bin/perl5.23.3" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > Not a HASH reference at /tmpfs/.cpan-build/2015111306/Decode-Source- > 1.01-SN29Yb/blib/lib/Decode/Source.pm line 29. > # Looks like your test exited with 255 before it could output > anything. > t/source.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 6/6 subtests
I tried older perl versions (down to 5.8.9), and it fails there, too.
On 2015-11-13 03:31:09, SREZIC wrote: Show quoted text
> On 2015-11-13 02:47:03, SREZIC wrote:
> > Test suite fails, maybe only for newer perls (5.20 and newer): > > > > Output from '/usr/bin/make test': > > > > PERL_DL_NONLAZY=1 "/bbbike/perl-5.23.3/bin/perl5.23.3" "- > > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > > t/*.t > > Not a HASH reference at /tmpfs/.cpan-build/2015111306/Decode-Source- > > 1.01-SN29Yb/blib/lib/Decode/Source.pm line 29. > > # Looks like your test exited with 255 before it could output > > anything. > > t/source.t .. > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 6/6 subtests
> > I tried older perl versions (down to 5.8.9), and it fails there, too.
Probably it fails with newest Filter::Util::Call.