One of the drawbacks, and IMO, a very, very big drawback is that for any module included in the Perl core distribution, the burden of maintainance ultimately falls on p5p. It's not so much a problem if the maintainer is active, but it is when the maintainer has fallen from the planet. Or just doesn't fix it. A lot of effort of p5p goes into trying to archieve backwards compatability - and one obvious consequence is that it's very, very hard for a module to disappear from the core. Just witness chat2.pl - the module that didn't want to die.

I think it would have been better if Perl always had a small module set. IMO, only modules that fall into one of the following classes ought to be in the Perl core:

But no CGI, no Benchmark, no Memoize, no Switch, no Text::*, etc.

(Note, I'm not saying they should be removed. They just shouldn't have been there, IMO).


In reply to Re: Larger Perl distributions by Anonymous Monk
in thread Larger Perl distributions by szabgab

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.