Subject: | Can't redeclare "my" in "my" (test fails with perl 5.23.2) |
The t/Tools/Alignment/Consed.t test fails because of a new deprecation in perl 5.23.2:
# Failed test 'use Bio::Tools::Alignment::Consed;'
# at t/Tools/Alignment/Consed.t line 19.
# Tried to use 'Bio::Tools::Alignment::Consed'.
# Error: Can't redeclare "my" in "my" at Bio/Tools/Alignment/Consed.pm line 1712, at end of line
# Compilation failed in require at t/Tools/Alignment/Consed.t line 19.
# BEGIN failed--compilation aborted at t/Tools/Alignment/Consed.t line 19.
# Looks like you failed 1 test of 15.
t/Tools/Alignment/Consed.t .............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/15 subtests