Subject: | Experimental splice on scalar is now forbidden |
Compilation of the modules fails with older (< 5.14) and newer (> 5.23) perls:
PERL_DL_NONLAZY=1 "/usr/perl5.24.0p/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'use Net::Hadoop::WebHDFS::LWP;'
# at t/Net-Hadoop-WebHDFS.t line 13.
# Tried to use 'Net::Hadoop::WebHDFS::LWP'.
# Error: Experimental splice on scalar is now forbidden at /home/cpansand/.cpan/build/2016052700/Net-Hadoop-WebHDFS-LWP-0.006-TYc47g/blib/lib/Net/Hadoop/WebHDFS/LWP.pm line 75, near "2 ) "
# Compilation failed in require at t/Net-Hadoop-WebHDFS.t line 13.
# BEGIN failed--compilation aborted at t/Net-Hadoop-WebHDFS.t line 13.
# Failed test 'require Net::Hadoop::WebHDFS::LWP;'
# at t/Net-Hadoop-WebHDFS.t line 15.
# Tried to require 'Net::Hadoop::WebHDFS::LWP'.
# Error: Attempt to reload Net/Hadoop/WebHDFS/LWP.pm aborted.
# Compilation failed in require at (eval 16) line 2.
# Looks like you failed 2 tests of 6.
t/Net-Hadoop-WebHDFS.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
(less 4 skipped subtests: 0 okay)