Subject: | Experimental push on scalar is now forbidden |
There's a new error if running the test suite with newer perls (e.g. perl 5.25.x):
...
# Failed test 'use Bio::MLST::Blast::BlastN;'
# at t/Blast/BlastN.t line 12.
# Tried to use 'Bio::MLST::Blast::BlastN'.
# Error: Experimental push on scalar is now forbidden at lib/Bio/MLST/Blast/BlastN.pm line 86, near "$hit;"
# Experimental push on scalar is now forbidden at lib/Bio/MLST/Blast/BlastN.pm line 93, near "$hit;"
# Experimental push on scalar is now forbidden at lib/Bio/MLST/Blast/BlastN.pm line 132, near "};"
...