Subject: | Can't use 'defined(%hash)' |
The module does not work anymore with perl 5.21.x. The test suite fails starting with:
PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.5/bin/perl5.21.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't use 'defined(%hash)' (Maybe you should just omit the defined()?) at lib/LEOCHARRE/CLI2.pm line 215.
Compilation failed in require at t/00_no_opts.t line 4.
BEGIN failed--compilation aborted at t/00_no_opts.t line 4.
# Looks like your test exited with 255 before it could output anything.
t/00_no_opts.t ...........
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
...