Subject: | Can't declare stub in "my" at t/Banks.t line 1002, near ") =" |
The following test failure happens with older perls --- probably < 5.18:
...
PERL_DL_NONLAZY=1 "/usr/perl5.16.3t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't declare stub in "my" at t/Banks.t line 1002, near ") ="
BEGIN not safe after errors--compilation aborted at t/Banks.t line 1189.
# Looks like your test exited with 255 before it could output anything.
t/Banks.t ................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 22/22 subtests
...