Subject: | Can't use 'defined(@array)' |
Compilation fails in newer perls (perl 5.22.0 and newer):
PERL_DL_NONLAZY=1 "/bbbike/perl-5.22.1-RC1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /tmpfs/.cpan-build/2015111206/Sdict-3.0-7wNlDh/blib/lib/Sdict.pm line 3231.
Compilation failed in require at t/0.load.t line 7.
BEGIN failed--compilation aborted at t/0.load.t line 7.
t/0.load.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
...