As a producer, I have better things to do with my time than trying to figure out which regular expressions to run over snippets of Makefiles held in a giant string to make MM do what I need it to do in a way that might possibly work across platforms.

Sometimes I have to read the source code of Module::Build to make it do what I want. That's fine. I've read part of the source code to MakeMaker (to write tests for parts of it). I have no desire to do that ever again.

Module::Build does what I need it to do and almost always gets out of my way. I don't have to spend time thinking about it. That makes producing code -- not customzing build systems -- more fun and it makes me more productive.

I do have my Build.PL files create traditional Makefile.PL files, but I won't mourn MakeMaker when it finally goes away.


In reply to Re^2: Why Module::Build? by chromatic
in thread Why Module::Build? by Ovid

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.