Subject: | Undeclared dependency JSON |
It seems that the test suite fails if JSON.pm is not installed:
...
PERL_DL_NONLAZY=1 "/bbbike/perl-5.24.0t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Bailout called. Further testing stopped:
# Failed test 'use Test::JSON::Schema::Acceptance;'
# at t/00-load.t line 10.
# Tried to use 'Test::JSON::Schema::Acceptance'.
# Error: Can't locate JSON.pm in @INC (you may need to install the JSON module) (@INC contains: ...) at /tmpfs/.cpan-build-cpansand/2017041509/Test-JSON-Schema-Acceptance-0.0.2-QosYcs/blib/lib/Test/JSON/Schema/Acceptance.pm line 10.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017041509/Test-JSON-Schema-Acceptance-0.0.2-QosYcs/blib/lib/Test/JSON/Schema/Acceptance.pm line 10.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Use of uninitialized value $Test::JSON::Schema::Acceptance::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Testing Test::JSON::Schema::Acceptance , Perl 5.024000, /bbbike/perl-5.24.0t/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
Makefile:1053: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 1
...