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

kamal has asked for the wisdom of the Perl Monks concerning the following question:

when i check:
sudo cpanm --install --local-lib=/Users/kahmed/.cpan/build Email::Send +er::Simple Email::Sender::Simple is up to date. (0.102370)
but : /Users/kahmed/.cpan/build does not have the Email folder Any hints on how i can install Email::Sender::Simple I want to be able to install the following:
use Email::Sender::Simple qw(sendmail); use Email::Simple; use Email::Simple::Creator; use Email::Sender::Transport::SMTP;
Thanks, -Kamal.