I am on macOS (HighSierra) using Perlbrew. I have problems to install PAR::Packer, as it fails with this error:

--> Working on PAR::Packer Fetching http://www.cpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-1.045. +tar.gz ... OK ==> Found dependencies: DynaLoader skipping N/NW/NWCLARK/perl-5.8.6.tar.gz ! Installing the dependencies failed: Module 'DynaLoader' is not insta +lled ! Bailing out the installation for PAR-Packer-1.045.

I have on the same machine several Perl installation. Never had a problem to install this module. However, I noticed that if I use

perlbrew available

I get a rather short list of cperl. This was not the case until a couple of months ago, where I got a list of perl. I have PAR::Packer installed with perl-5.24.4, however on both cperl-5.27.2 and cperl-5.26.2 it fails with me message above. Any idea?


In reply to PAR::Packer Fail install Perlbrew by Anonymous Monk

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.