<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><a href="http://perlbuzz.com/2011/08/the-future-of-perl-5.html">http://perlbuzz.com/2011/08/the-future-of-perl-5.html</a><div><br></div><div><p> Jesse Vincent, the pumpking for Perl 5, gave a talk at OSCON called
<a href="http://www.oscon.com/oscon2011/public/schedule/detail/18839">"Perl
5.16 and beyond"</a> where he lays out the future of Perl 5.  The
<a href="http://www.slideshare.net/obrajesse/oscon-2011-perl-516-and-beyond">slides
are up on slideshare</a>, and they're well worth reading.  I haven't
read <a href="http://lists.perl.org/list/perl5-porters.html">perl5-porters,
the Perl 5 maintainers' mailing list</a>, in a few years, and Jesse's
slides are an eye-opener to the trials and tribulations of keeping
Perl 5 usable in legacy situations but moving forward with new
innovations.
</p><p>
The pumpking is sort of the project leader for Perl 5, and arbiter
of what gets committed into the source tree.  The pumpking also
used to be the person who created the releases, but as Jesse points
out below, this responsibility has been delegated to others.  The
term "pumpking" comes from the holder of the <a href="http://www.catb.org/jargon/html/P/patch-pumpkin.html">patch
pumpkin</a>.
</p><p>
Key points from the slides:
</p>

<ul>
    <li>Perl 5 is now on a regular release schedule, where releases
    are made based on the calendar, not some critical mass of
    changes.</li>

    <li>
    The dual track of odd numbers (5.13.x) for development releases
    and even numbers (5.14.x) for production releases continues.
    </li>

    <li>
    Although Perl <a href="http://search.cpan.org/%7Ejesse/perl-5.14.1/">5.14.1</a>
    is current production, <a href="http://search.cpan.org/%7Elbrocard/perl-5.12.4/">5.12.4</a> and
    <a href="http://search.cpan.org/%7Edagolden/perl-5.15.0/">5.15.0</a>
    have recently been released as well.
    </li>

    <li>
    Releases used to take three weeks for a single pumpking to do.
    Now it's a documented process that takes only a few hours.
    Releases are done by rotating volunteer release engineers.  Per
    Larry, the time of hero pumpkings is over.
    </li>

    <li>
    As Perl 5 changes much more quickly, we need to be able to
    recover from mistakes.  Perl should have sane defaults.  Perl
    5 should run everywhere: Every OS, every browser, every phone.
    </li>

    <li>
    Forward changes should not break older code.  Programmers
    shouldn't have to build defensive code to protect against future
    changes to Perl 5.
    </li>

    <li>
    The Perl runtime needs to slim down.  Old modules are getting
    yanked from core and moved to CPAN.  Not deprecating, but
    decoupling.  We need to release a version of the Perl core that
    contains all the stuff we've yanked out of the "slim" core
    distribution.
    </li>

    <li>
    The test suite needs to be split into three types of tests:
    language, bug-fix and implementation.
    </li>

    <li>
    Jesse wants saner defaults in the future, to make Perl 5 cleaner,
    simpler and easier to work with:
    <ul>
        <li><i>warnings</i> on</li>
        <li><i>autodie</i>-esque behavior</li>
        <li>throwing exceptions rather than returning on failure</li>
        <li>1-arg and 2-arg <i>open</i> gone</li>
        <li>Latin-1 autopromote off</li>
        <li>utf-8 autopromote on</li>
        <li>Basic classes and methods</li>
        <li>No indirect object syntax</li>
    </ul>

    </li><li>
    How to make this happen faster?  Donate to the <a href="http://perlnews.org/2011/06/perl-5-core-maintenance-fund/">Perl 5
    Core Maintenance Fund</a>.
    </li>

</ul><p>
I couldn't attend Jesse's talk because I was speaking about <a href="http://www.slideshare.net/petdance/community-and-github-7272011">community
and project management with Github</a> in the same time slot, so
if video exists I'd love to see it. And thanks very much to Jesse
and the rest of p5p for keeping Perl 5 so amazing. </p><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br>--<br>Andy Lester => <a href="mailto:andy@petdance.com">andy@petdance.com</a> => www.petdance.com => AIM:petdance</div></div>
</div>
<br></div></body></html>