To get a module into the Perl5 core, you need to successfully lobby p5p. The two most interesting candidates to watch this process are currently CPANPLUS and Module::Build. Both of which are caught up in a twisted maze of unfulfilled prerequisites, all different.

The Perl6 core is still thought to be minimal - most likely, it will contain the Perl6 version of Test.pm, and I like to entertain the idea that a minimal version of LWP::Simple will be in it, together with a minimal CPAN / 6PAN module, to make module installation uniform and less painful than it currently can be. The lib module already is in the core, and likely some instance of File::Spec or URI::File will be in the core as well.

The concept of "new modules in the core" is likely to be wrong, because there will be less modules in the Perl6 core (if any more than 20 or 30 non-platform specific modules) hopefully. This will obviously require that module installation Just Works, but on the other hand, it will result in a much smaller Perl6 core.


In reply to Re: Modules in core perl5 and perl6 by Corion
in thread Modules in core perl5 and perl6 by ghenry

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.