Subject: | Undeclared dependency XML::Spice |
See subject. Test suite fails if XML::Spice is not yet installed:
...
# Failed test 'use Text::JSCalendar;'
# at t/00-load.t line 10.
# Tried to use 'Text::JSCalendar'.
# Error: Can't locate XML/Spice.pm in @INC (you may need to install the XML::Spice module) (@INC contains: ...) at /usr/home/cpansand/.cpan/build/2019021318/Text-JSCalendar-0.01-3/blib/lib/Text/JSCalendar.pm line 17.
# BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2019021318/Text-JSCalendar-0.01-3/blib/lib/Text/JSCalendar.pm line 17.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Bailout called. Further testing stopped:
Use of uninitialized value $Text::JSCalendar::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Looks like your test exited with 255 just after 1.
FAILED--Further testing stopped.
*** Error code 255
...