Subject: | Undeclared dependency LWP::UserAgent |
Compilation fails if LWP::UserAgent is not installed:
...
# Failed test 'use Geo::OSM::Imager;'
# at t/00_compile.t line 4.
# Tried to use 'Geo::OSM::Imager'.
# Error: Can't locate LWP/UserAgent.pm in @INC (you may need to install the LWP::UserAgent module) (@INC contains: ... .) at /tmpfs/.cpan-build-cpansand/2017050506/Geo-OSM-Imager-0.02-Lvhs08/blib/lib/Geo/OSM/Imager.pm line 11.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017050506/Geo-OSM-Imager-0.02-Lvhs08/blib/lib/Geo/OSM/Imager.pm line 11.
# Compilation failed in require at t/00_compile.t line 4.
# BEGIN failed--compilation aborted at t/00_compile.t line 4.
# Looks like you failed 1 test of 1.
t/00_compile.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...