Subject: | Experimental keys on scalar is now forbidden |
Module compilation fails with perl >= 5.24.0 (and also with older perls < 5.14.0):
...
# Failed test 'use XML::Compile::SOAP;'
# at t/01use.t line 39.
# Tried to use 'XML::Compile::SOAP'.
# Error: Experimental keys on scalar is now forbidden at lib/XML/Compile/SOAP.pm line 248.
# Compilation failed in require at t/01use.t line 39.
# BEGIN failed--compilation aborted at t/01use.t line 39.
...