Subject: | Can't locate JSON.pm |
The test suite fails if JSON.pm is not installed (so it has to be listed in the prerequisites).
...
# Failed test 'use SMS::Matrix;'
# at t/00-load.t line 6.
# Tried to use 'SMS::Matrix'.
# Error: Can't locate JSON.pm in @INC (you may need to install the JSON module) (@INC contains: ...) at /home/cpansand/.cpan/build/2019040800/SMS-Matrix-1.01-0/blib/lib/SMS/Matrix.pm line 10.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019040800/SMS-Matrix-1.01-0/blib/lib/SMS/Matrix.pm line 10.
# Compilation failed in require at t/00-load.t line 6.
# BEGIN failed--compilation aborted at t/00-load.t line 6.
# Testing SMS::Matrix , Perl 5.028002, /opt/perl-5.28.2-RC1/bin/perl
# Looks like you failed 1 test of 1.
t/00-load.t .................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...