Subject: | Undeclared dependency Bit::Vector? |
It seems that the test suite fails if Bit::Vector is not installed:
...
Output from './Build test':
Bareword found where operator expected at (eval 186) line 1, near "4gb"
(Missing operator before gb?)
# Error executing: Error while autoloading with 'use Genome::Model::Tools::Music::Bmr::CalcBmr': Can't locate Bit/Vector.pm in @INC (you may need to install the Bit::Vector module) (@INC contains: ...) at /home/cpansand/.cpan/build/2019052215/Genome-Model-Tools-Music-0.04-0/blib/lib/Genome/Model/Tools/Music/Bmr/CalcBmr.pm line 7.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019052215/Genome-Model-Tools-Music-0.04-0/blib/lib/Genome/Model/Tools/Music/Bmr/CalcBmr.pm line 7.
# Compilation failed in require at (eval 401) line 1.
# BEGIN failed--compilation aborted at (eval 401) line 1.
# Failed test 'Play executed successfully.'
# at t/Play.t line 44.
# Looks like you planned 12 tests but ran 8.
# Looks like you failed 1 test of 8 run.
...