Subject: | Undeclared dependency JSON |
The test suite fails if JSON is not installed:
...
# Failed test 'use Finance::BlockIO;'
# at t/00-load.t line 10.
# Tried to use 'Finance::BlockIO'.
# Error: Can't locate JSON.pm in @INC (you may need to install the JSON module) (@INC contains: ...) at /usr/home/cpansand/.cpan/build/2019092918/Finance-BlockIO-0.02-0/blib/lib/Finance/BlockIO.pm line 9.
# BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2019092918/Finance-BlockIO-0.02-0/blib/lib/Finance/BlockIO.pm line 9.
# 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 $Finance::BlockIO::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
...