1. Regular releases
Yes, that would be very nice. But making a release is a lot of work. It has to work on all the platforms supported, not break any test, and there shouldn't be loose ends.

Unfortunally, making a release boils down to a lot of work done by very few people.

2. Moose, Mouse, and autobox.
While I think a better OO system for perl5 would have been wonderful 14 years ago, I don't think perl5 "needs" Moose or Mouse in the core. And they already exist on CPAN. I also don't think changing the OO system this late in the game is worthwhile. Nor do I think it's going to happen. Many people will say "yes". Much bikeshedding will go on. And noone will actually do it.
3. Python's ctypes.
Ah, yes, the old "XS is hard" argument. I can't argue with that. And it would be nice if someone invented something easier, and implemented it. Actually, someone already did, and called in Inline. Again, who's going to do the work?
4. Better CPAN integration.
Easier said then done. There's CPANPLUS and it took a lot of effort to get that integrated in the core. On the author side, there is Module::Build and a few other alternatives to Extutils.
5. mod_perlite
That seems to be an existing Apache module. What's the "need" for perl5?

Nicholas Clark is fond of saying "perl development is driven by people who haven an itch". Which basically means "something is only going to be added/changed if someone is motivated enough to do the work".

Perl5 isn't dead. And Perl5 won't die even if it doesn't implement any of the points mentioned by chromatic. 5.12 will happen. Probably even before perl6.


In reply to Re: Five Features Perl 5 Needs Now by JavaFan
in thread Five Features Perl 5 Needs Now by Arunbear

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.