Subject: | Undeclared dependency Moo |
The test suite fails if Moo.pm is not yet installed:
...
Output from './Build test':
Bailout called. Further testing stopped:
# Failed test 'use Music::Scala;'
# at t/00-load.t line 9.
# Tried to use 'Music::Scala'.
# Error: Can't locate Moo.pm in @INC (you may need to install the Moo module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2020031702/Music-Scala-1.05-0/blib/lib/Music/Scala.pm line 17.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020031702/Music-Scala-1.05-0/blib/lib/Music/Scala.pm line 17.
# Compilation failed in require at t/00-load.t line 9.
# BEGIN failed--compilation aborted at t/00-load.t line 9.
Use of uninitialized value $Music::Scala::VERSION in concatenation (.) or string at t/00-load.t line 11.
# Testing Music::Scala , Perl 5.028002, /opt/perl-5.28.2t/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
...