Skip Menu |

This queue is for tickets about the Finance-BlockIO CPAN distribution.

Report information
The Basics
Id: 130593
Status: new
Priority: 0/
Queue: Finance-BlockIO

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



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 ...