Subject: | Undeclared dependency GD |
See subject --- tests fail if GD is not installed:
...
# Failed test 'use GD::Map;'
# at t/1.t line 9.
# Tried to use 'GD::Map'.
# Error: Can't locate GD.pm in @INC (you may need to install the GD module) (@INC contains: /home/cpansand/.cpan/build/2017080618/GD-Map-1.00-tT2bD6/blib/lib /home/cpansand/.cpan/build/2017080618/GD-Map-1.00-tT2bD6/blib/arch /opt/perl-5.22.3D/lib/site_perl/5.22.3/x86_64-linux-ld /opt/perl-5.22.3D/lib/site_perl/5.22.3 /opt/perl-5.22.3D/lib/5.22.3/x86_64-linux-ld /opt/perl-5.22.3D/lib/5.22.3 .) at /home/cpansand/.cpan/build/2017080618/GD-Map-1.00-tT2bD6/blib/lib/GD/Map.pm line 4.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017080618/GD-Map-1.00-tT2bD6/blib/lib/GD/Map.pm line 4.
# Compilation failed in require at t/1.t line 9.
# BEGIN failed--compilation aborted at t/1.t line 9.
# Looks like you failed 1 test of 1.
t/1.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...