Subject: | Experimental keys on scalar is now forbidden |
The module does not compile with the latest perl versions, e.g. perl 5.23.6:
# Failed test 'use Data::SIprefixes;'
# at t/00-load.t line 6.
# Tried to use 'Data::SIprefixes'.
# Error: Experimental keys on scalar is now forbidden at /home/cpansand/.cpan/build/2016010915/Data-SIprefixes-0.0.1-TIYnnM/blib/lib/Data/SIprefixes.pm line 97.
# Compilation failed in require at t/00-load.t line 6.
# BEGIN failed--compilation aborted at t/00-load.t line 6.
Bailout called. Further testing stopped:
# Testing Data::SIprefixes , Perl 5.023006, /usr/perl5.23.6p/bin/perl5.23.6
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
*** Error code 1
As a bonus, if you don't use these experimental features, the modules could also work with older perl versions (5.10.0 or so).