Through a post on Perl5-Porters, Nick raises some thoughts regarding the ongoing maintenance of Perl 5. He floats the idea of a paid full-time job for error report triage. But that's not the point I found so interesting that it moved me to post a link to it here.

The thing that I found interesting is that there is a list of Perl 5 To-do items ordered by level:

grinder is featuring a "Perl5 To-do of the week" in his excellent Perl5-porters summaries. I'd like to improve the visibility of the current (or past) To-do item without duplicating grinder's work or having grinder repost his To-do here. But I think these To-dos are a great way for you to XP-whoreparticipate. You could pick the current To-do of the week and write a more thorough analysis of the steps needed for the implementation, together with more code. Another approach could be to pick any current To-do and do that. The third alternative, of course, would be to just go ahead and implement the current To-do item completely.

There are bugs outstanding on pure-perl modules like the Pod processors, especially the HTML creation is supposed to be better. There also is the To-do of writing a small checker that checks that no libc functions with high potential for security holes are used by Perl:

nm libperl.a | ./miniperl -alne '$o = $F[0] if /:$/; print "$o $F[1] +" if $F[0] eq "U" && $F[1] =~ /^(?:strn?c(?:at|py)|v?sprintf|gets)$/'

I think these To-dos are a great way to get started doing some work on Perl. Having a look through the To-do list will likely turn up interesting items.


In reply to Perl 5 To-do list for everybody by Corion

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.