Technically, all MakeMaker is doing is a pass through too. Each just makes a shell call to its own implementation of test, install, etc. Since we are talking pure Perl modules here (check thread title) those are the only targets that are relevant. Whether pssthrough is a suitable way to deal with C/C++ builds is another discussion entirely.

I pay attention to the topic at hand (pure perl cpan packages), and yes, passthrough is crap.

It is like the most beautiful woman you ever saw, except when you get close you find out she is really a man.

If you want Makefile.PL and Module::Build, use Module::Install, it is most excellent.

Given that both MM and MB command lines are only making Perl calls to their own libraries, "passthrough is crap" is little more than a bald statement that you believe Module::Build is crap.

No I don't, otherwise I would not have recommended that you forget Makefile.PL and stick with Build.PL. Besides, didn't you know passthrough is DEPRECATED?

I didn't post this question to take sides in the "I hate Module::Build" debate.

With the amount of .. *pause* .. shall we say ... "tangents" , you could have fooled me.

... How big of a community can't download Module::Build but can download CPAN modules... What are the costs ...

Survey time :)

Does it occur to you that my time is valuable and you are asking me to spend it to support your hatred of Module::Build? If so, I need a good reason.

Balls. Sounds like a stiff something or other or other or another is in order.

Looking at the tenor of the responses on this thread and who has participated and who has not, I'm inclined to believe that the answer to my question is something like this: aside from some very vocal (if anonymous) individuals like yourself, most people simply don't care....

*yawn* Straw man, Argumentum ex silentio, Ad hominem, Argumentum ad ignorantiam...


In reply to Re^7: Do Pure Perl CPAN packages really need to use ExtUtils::Command::MM? by Anonymous Monk
in thread Do Pure Perl CPAN packages really need to use ExtUtils::Command::MM? by ELISHEVA

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.