Subject: | Experimental keys on scalar is now forbidden |
The test suite fails with newer perls:
...
# Failed test 'use File::TVShow::Organize;'
# at t/01TestDirectoryHandling.t line 13.
# Tried to use 'File::TVShow::Organize'.
# Error: Experimental keys on scalar is now forbidden at /home/cpansand/.cpan/build/2019042813/File-TVShow-Organize-0.32-0/blib/lib/File/TVShow/Organize.pm line 225.
# Type of arg 1 to keys must be hash or array (not hash element) at /home/cpansand/.cpan/build/2019042813/File-TVShow-Organize-0.32-0/blib/lib/File/TVShow/Organize.pm line 225, near "})"
# Experimental keys on scalar is now forbidden at /home/cpansand/.cpan/build/2019042813/File-TVShow-Organize-0.32-0/blib/lib/File/TVShow/Organize.pm line 228.
# Type of arg 1 to keys must be hash or array (not hash element) at /home/cpansand/.cpan/build/2019042813/File-TVShow-Organize-0.32-0/blib/lib/File/TVShow/Organize.pm line 228, near "}) "
# Compilation failed in require at t/01TestDirectoryHandling.t line 13.
# BEGIN failed--compilation aborted at t/01TestDirectoryHandling.t line 13.
# Looks like you failed 1 test of 7.
t/01TestDirectoryHandling.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
... (etc) ...