IMO, the Perl CORE is too large anyway and with CPANs almost universal ubiquity, it is much easier to update modules outside of the Perl core and still deliver them to a user. p5p cannot (and does not want to) maintain that many modules.

This is partly a reaction prompted by the times when Perl releases were rare and far in between. A module that only existed in the core back then did not get bug fixes until a new release of Perl. At least nowadays most modules are dual-lifed, that is, they exist within the Perl distribution and on CPAN so they can see far more frequent releases than Perl itself. This is a lesson well-learned, for example the Python core includes some modules that can only be upgraded by upgrading Python itself - the csv parsers are an ugly example of this.

I think that Module::Pluggable (among others) only got into the core because CPANPLUS relied on it, and with CPANPLUS gone the justification for having that module in the core is also gone.

Of course it would be much nicer to have a "batteries included" version of Perl, and Strawberry Perl for Windows is quite close in that regard - it also includes XML::LibXML, which is not XML::Twig, but it's close.


In reply to Re: About the CORE and the history of Module::Pluggable by Corion
in thread About the CORE and the history of Module::Pluggable by Discipulus

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.