Subject: | Can't use 'defined(@array)' |
Compilation of module fails with newer perls (5.22.0+):
PERL_DL_NONLAZY=1 "/bbbike/perl-5.22.1-RC1/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..1
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at blib/lib/Text/Oyster.pm line 148.
Compilation failed in require at test.pl line 11.
BEGIN failed--compilation aborted at test.pl line 11.
not ok 1
make: *** [test_dynamic] Error 255