Skip Menu |

This queue is for tickets about the JSON-PP CPAN distribution.

Report information
The Basics
Id: 119114
Status: resolved
Priority: 0/
Queue: JSON-PP

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

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



Subject: Tests fail with bleadperl (2.91_01)
With perl 5.25.1 and later I see the following failure: ... PERL_DL_NONLAZY=1 "/usr/perl5.25.6p/bin/perl5.25.6" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Bareword "B::SVp_IOK" not allowed while "strict subs" in use at /usr/local/src/CPAN/build/2016120309/JSON-PP-2.91_01-0/blib/lib/JSON/PP.pm line 412. BEGIN not safe after errors--compilation aborted at /usr/local/src/CPAN/build/2016120309/JSON-PP-2.91_01-0/blib/lib/JSON/PP.pm line 415. Compilation failed in require at t/000_load.t line 6. BEGIN failed--compilation aborted at t/000_load.t line 6. t/000_load.t .......................... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests ... (etc) ...
On Sat Dec 03 17:32:33 2016, SREZIC wrote: Show quoted text
> With perl 5.25.1 and later I see the following failure: > > ... > PERL_DL_NONLAZY=1 "/usr/perl5.25.6p/bin/perl5.25.6" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > Bareword "B::SVp_IOK" not allowed while "strict subs" in use at > /usr/local/src/CPAN/build/2016120309/JSON-PP-2.91_01- > 0/blib/lib/JSON/PP.pm line 412. > BEGIN not safe after errors--compilation aborted at > /usr/local/src/CPAN/build/2016120309/JSON-PP-2.91_01- > 0/blib/lib/JSON/PP.pm line 415. > Compilation failed in require at t/000_load.t line 6. > BEGIN failed--compilation aborted at t/000_load.t line 6. > t/000_load.t .......................... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/1 subtests > ... (etc) ...
Sorry that I didn't test this with blead. Fixed and shipped _02. Thanks!