Subject: | Tests fail with perl 5.23.2 |
On my three systems with perl 5.23.2 (linux debian/wheezy, freebsd 10.1, freebsd 9.2) the t/00base.t test fails like this:
PERL_DL_NONLAZY=1 "/bbbike/perl-5.23.2/bin/perl5.23.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
Use of uninitialized value $t in split at /tmpfs/.cpan-build/2015090818/Net-DNS-Lite-0.12-_N6kE0/blib/lib/Net/DNS/Lite.pm line 620.
# Failed test 'parse_ipv6 test (wo ::)'
# at t/00base.t line 10.
# got: undef
# expected: ''a�:���o�'
# Looks like you failed 1 test of 21.
t/00base.t .........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/21 subtests
The test does not fail for all other perls (5.8.9 - 5.23.1).