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) ...