Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Installing Net::AS2 possible MIME::tools typo

by marto (Cardinal)
on Mar 25, 2013 at 16:36 UTC ( [id://1025342]=note: print w/replies, xml ) Need Help??


in reply to Installing Net::AS2 possible MIME::tools typo

Install the prerequisites manually, then

cpan get Net::AS2 cpan look Net::AS2

Edit MakeFile.PL:

use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'Net::AS2', VERSION_FROM => 'lib/Net/AS2.pm', PREREQ_PM => {}, ABSTRACT_FROM => 'lib/Net/AS2.pm', AUTHOR => 'Sam Wong <sam@hellosam.net>', PREREQ_PM => { 'Carp' => 0, 'Crypt::SMIME' => 0, 'LWP::UserAgent' => 0, 'HTTP::Message' => 0, 'Digest::SHA1' => 0, 'MIME::Base64' => 0, 'MIME::Tools' => 0, } ); # install as normal perl MakeFile.PL make make test make install

Feel free to raise a bug/provide a patch to fix this here.

Update: Ticket raised, patch provided.

Log In?
Username:
Password:

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

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

    No recent polls found