I've seen perlbrew recommended by a large number of people as a way to manage multiple local (within ~/) versions of Perl. My main desire is to be able to install Perls and CPAN modules without interfering with Mac OSX 10.8's system Perl.

I have installed perlbrew successfully, and tried using it to install Perl 5.14.2. This fails near the end, during a test: locale.t.

Test Summary Report ------------------- ../ext/POSIX/t/posix.t (Wstat: 0 Tests: 66 +Failed: 0) TODO passed: 11 ../lib/locale.t (Wstat: 0 Tests: 117 + Failed: 1) Failed test: 99 Files=2089, Tests=455813, 723 wallclock secs (55.63 usr 8.56 sys + 40 +2.42 cusr 50.30 csys = 516.91 CPU) Result: FAIL
This error also occurs when installing 5.12.4, and it occurred previously when I tried all this under OSX 10.7.4.

I found this link which appears to address this problem, but I don't have any idea how to make use of it.

Could anyone provide some insight?

Thanks,

Chap


In reply to perlbrew on OSX by ibm1620

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.