Subject: | Test failure with perl 5.21.7 |
The test suite passes with perl 5.21.6, but fails with 5.21.7:
PERL_DL_NONLAZY=1 "/opt/perl-5.21.7/bin/perl5.21.7" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/hints.t ... ok
# Failed test 'Lexical stored ok'
# at t/simple.t line 13.
# Structures begin differing at:
# $got->{$x} = Does not exist
# $expected->{$x} = SCALAR(0x277f7d8)
Global symbol "$x" requires explicit package name (did you forget to declare "my $x"?) at (eval) line 1.
BEGIN not safe after errors--compilation aborted at (eval) line 3.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/simple.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests