Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Installing Email::Sender::Simple on MacBookPro

by kamal (Sexton)
on Aug 30, 2010 at 21:24 UTC ( [id://858082]=perlquestion: print w/replies, xml ) Need Help??

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.

Replies are listed 'Best First'.
Re: Installing Email::Sender::Simple on MacBookPro
by Khen1950fx (Canon) on Aug 31, 2010 at 08:17 UTC
    This is one of those situations where CPAN and the dependencies have some problems. "cpanm" is great, and I use it all the time; however, this time the problem isn't with cpanm. Try this cpan script:
    #!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->force('install', "D/DA/DAGOLDEN/Capture-Tiny-0.08.tar.gz", "S/SM/SMUELLER/PathTools-3.31.tar.gz", "R/RJ/RJBS/Email-Abstract-3.002.tar.gz", "R/RJ/RJBS/Email-Address-1.890.tar.gz", "R/RJ/RJBS/Email-Simple-2.100.tar.gz", "D/DL/DLAND/File-Path-2.08.tar.gz", "T/TJ/TJENNESS/File-Temp-0.22.tar.gz", "V/VP/VPARSEVAL/List-MoreUtils-0.22.tar.gz", "D/DR/DROLSKY/Moose-1.12.tar.gz", "G/GB/GBARR/libnet-1.22.tar.gz", "D/DR/DROLSKY/Package-DeprecationManager-0.04.tar.gz", "A/AD/ADAMK/Params-Util-1.01.tar.gz", "G/GB/GBARR/Scalar-List-Utils-1.23.tar.gz", "R/RJ/RJBS/Throwable-0.102080.tar.gz", "N/NU/NUFFIN/Try-Tiny-0.06.tar.gz");
      Don't force installs unless you know exactly what you're doing. Bad advice to give to someone who is having problems installing modules.
        No, I tested it thoroughly. It's the right advice. And what have you tried?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://858082]
Approved by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-16 18:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found