Hello

I've been meaning to ask this for a while now but why the hell does almost every single module I use require ExtUtils::MakeMaker to be built every time???

Even if you install the latest version of MakeMaker, the build process of many modules require the build AGAIN during the build process!!! This is absurd and a royal pain in the ass in FreeBSD because ExtUtils::MakeMaker doesn't build correctly in FBSD jails and even if it's built outside and the installed as a FBSD package (a common remedy for some limitations on jails), the build process requires this module to be built every single time I fire up the CPAN shell and want to install something.

Could someone be so kind as to explain this? Is there any way to ignore this single prereq in the cpan shell?

The funny thing is that if you have the latest version installed and you switch o conf prerequisites_policy ask and skip the MakeMaker install you can actually get away with installing the module you want. The trick is to install all the other dependencies first, and the ONLY skip MakeMaker.

Thanks!


In reply to What's the deal with ExtUtils::MakeMaker [build_requires] by ait

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.