Subject: | Experimental values on scalar is now forbidden |
perl 5.23.1 has an experimental warning turned into a hard error:
# Failed test 'use Lego::From::PNG;'
# at t/001_load.t line 27.
# Tried to use 'Lego::From::PNG'.
# Error: Experimental values on scalar is now forbidden at /tmpfs/.cpan-build/2015072106/Lego-From-PNG-0.04-MaWE0S/blib/lib/Lego/From/PNG.pm line 254.
# Compilation failed in require at t/001_load.t line 27.
# BEGIN failed--compilation aborted at t/001_load.t line 27.
# Failed test 'require Lego::From::PNG;'
# at t/001_load.t line 38.
# Tried to require 'Lego::From::PNG'.
# Error: Attempt to reload Lego/From/PNG.pm aborted.
# Compilation failed in require at (eval 14) line 2.
# Looks like you failed 2 tests of 13.
t/001_load.t ............................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/13 subtests