http://www.perlmonks.org?node_id=1046504


in reply to Re^2: Module Problem
in thread Module Problem

Warning: prerequisite IO::Socket::SSL 1.54 not found. Warning: prerequisite LWP::UserAgent 6.04 not found. We have 5.834. Warning: prerequisite Mozilla::CA 20110101 not found. Warning: prerequisite Net::HTTPS 6 not found. We have 5.819. ... Can't locate object method "is_online" via package "LWP::UserAgent"
If you install using the download/unpack/build steps, then sure, dependencies won't be installed and you have to do it by hand. Using cpan, ppm, or one of the other cpan clients would bring in the prerequisites, but you already knew that, right? ;-)

--MidLifeXis