Subject: | Undeclared dependency LWP::UserAgent |
It seems that LWP::UserAgent has to be declared as a dependency --- otherwise the test suite may fail:
...
PERL_DL_NONLAZY=1 "/bbbike/perl-5.20.3D/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_compile.t .. ok
Can't locate LWP/UserAgent.pm in @INC (you may need to install the LWP::UserAgent module) (@INC contains: ... .) at t/10_run.t line 6.
BEGIN failed--compilation aborted at t/10_run.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/10_run.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 12/12 subtests
...
See also: http://analysis.cpantesters.org/solved?distv=POE-Component-Server-HTTP-0.09#qr%3A%28Can%27t%20locate%20%5CS%2Bpm%29