Subject: | Missing dependency: POE::Client::HTTP |
Just tried to install POE::Component::Client::MSN using CPAN.pm, and it
failed:
Can't locate POE/Component/Client/HTTP.pm in @INC
[....]
# Failed test 'use POE::Component::Client::MSN;'
# at t/00_compile.t line 4.
# Tried to use 'POE::Component::Client::MSN'.
# Error: could not import qw(Component::Client::HTTP) at
/root/.cpan/build/POE-Component-Client-MSN-0.03/blib/lib/POE/Component/Client/MSN.pm
line 15
Installing POE::Component::Client::HTTP solved the issue.
Obviously the fix is to add P::C::C::HTTP to PREREQ_PM.
You've probably already received mail on this issue from other testers,
but as there's no ticket for this in RT I've raised this one.
I note from CPAN test report 194041 that Mail::Internet should also be
added.
Is P::C::C::HTTP still maintained?