Skip Menu |

This queue is for tickets about the POE-Component-Server-HTTP CPAN distribution.

Report information
The Basics
Id: 127759
Status: new
Priority: 0/
Queue: POE-Component-Server-HTTP

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



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