Subject: | Experimental keys on scalar is now forbidden |
Compilation error with perl 5.23.x:
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/bbbike/perl-5.23.4/bin/perl5.23.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Bailout called. Further testing stopped:
# Failed test 'use Ham::Device::FT817COMM;'
# at t/00-load.t line 10.
# Tried to use 'Ham::Device::FT817COMM'.
# Error: Experimental keys on scalar is now forbidden at /tmpfs/.cpan-build/2015110215/Ham-Device-FT817COMM-gE970v/blib/lib/Ham/Device/FT817COMM.pm line 589.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Use of uninitialized value $Ham::Device::FT817COMM::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Looks like you failed 1 test of 1.
# Looks like your test exited with 255 just after 1.
FAILED--Further testing stopped.
make: *** [test_dynamic] Fehler 255