Subject: | Experimental keys on scalar is now forbidden |
The test suite fails with newer perls (5.24 and newer):
...
# Failed test 'use Data::Org::Template;'
# at t/00-load.t line 10.
# Tried to use 'Data::Org::Template'.
# Error: Experimental keys on scalar is now forbidden at /home/cpansand/.cpan/build/2020091505/Data-Org-Template-0.01-6/blib/lib/Data/Org/Template.pm line 501.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Bailout called. Further testing stopped:
Use of uninitialized value $Data::Org::Template::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Testing Data::Org::Template , Perl 5.024001, /usr/perl5.24.1p/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
*** Error code 1
...