Subject: | Experimental each on scalar is now forbidden |
Compilation fails with perl 5.23.x:
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
# Failed test 'use Enterasys::NetSight;'
# at t/Enterasys-NetSight.t line 9.
# Tried to use 'Enterasys::NetSight'.
# Error: Experimental each on scalar is now forbidden at /tmpfs/.cpan-build/2015110206/Enterasys-NetSight-1.2-md_UVf/blib/lib/Enterasys/NetSight.pm line 65.
# Compilation failed in require at t/Enterasys-NetSight.t line 9.
# BEGIN failed--compilation aborted at t/Enterasys-NetSight.t line 9.
# Looks like you failed 1 test of 1.
t/Enterasys-NetSight.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests