G'day mlamborn,

Welcome to the monastery.

Firstly, it's not a good idea to alter the system Perl. Responses to Are there any major Perl issues with Mac OS X Lion? discuss this in more detail and offer some options. I chose perlbrew.

I'm running Mac OS X 10.7.5 (same as you) and Xcode 4.2 (earlier version than your 4.3.2). I don't have the same Perl version as you but I did successfully install WWW::Curl (v4.15) under perl v5.14.2.

Looking at CPAN Testers Reports and CPAN Testers PASS Matrix, I see this module has been successfully installed on Mac OS X under perl v5.12.3 on a number of occasions.

Modules which fail the 'test' phase will often install quite happily when forced. In these circumstances, I would recommend further checking before using the module in 'production'; this may involve: checking the test scripts (t/*.t); checking that code using an earlier version still works; carrying out your own testing specific to the intended usage of the module; and so on.

-- Ken


In reply to Re: WWW::Curl fails cpanp install by kcott
in thread www::curl fails cpanp install by mlamborn

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.