Skip Menu |

This queue is for tickets about the POE-Component-Client-MSN CPAN distribution.

Report information
The Basics
Id: 25266
Status: new
Priority: 0/
Queue: POE-Component-Client-MSN

People
Owner: Nobody in particular
Requestors: davidp [...] preshweb.co.uk
Cc:
AdminCc:

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



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?