My opinion has always been that I like what the Module::Build folks are trying to do, but I hate their attitude. The example that I point to of that is their trying to push people away from using the simple compatibility layer because they want to guarantee that people hear of Module::Build. It seems to escape their attention that they are guaranteeing that people will first hear of Module::Build by being pissed off, and this isn't a very good thing.

I'm not sure where you get this from. The only time I see Ken discouraging people form using the compatibility layer is when there is something that cannot or will not be emulated by Module::Build. For example, Module::Build's compatibility layer doesn't emulate MakeMaker's PREFIX stuff. Ken decided not to do this because the way this is done in MakeMaker is insanely complex. M::B does offer a comparable feature (install_base=...), but it's much simpler.

I've never seen him tell people not to use the compatibility layer in their modules, and in fact I recall that he and I actively worked on it a long time ago, and he continues to work on it now.


In reply to Re: Re: Module::Build and the PPM by autarch
in thread Module::Build and the PPM by barbie

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.