Subject: | Test suite fails (with Keyword::Simple 0.04?) |
The test suite fails on my smokers with all perls if Keyword::Simple 0.04 is installed:
...
PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't use string (" __DATA__:0") as a HASH ref while "strict refs" in use at /home/cpansand/.cpan/build/2019031711/Keyword-Simple-0.04-0/blib/lib/Keyword/Simple.pm line 19.
BEGIN failed--compilation aborted at t/DATA.t line 9.
t/DATA.t ............
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
... (etc) ...
My few perl installations with Keyword::Simple 0.03 are fine.