<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Perlblogs</title>
	<atom:link href="http://perlblogs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://perlblogs.com</link>
	<description>Posts from selected Perl bloggers</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:47:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Perlbuzz news roundup for 2012-02-06</title>
		<link>http://feedproxy.google.com/~r/PerlBuzz/~3/jc9TYl3WoL4/perlbuzz-news-roundup-for-2012-02-06.html</link>
		<comments>http://feedproxy.google.com/~r/PerlBuzz/~3/jc9TYl3WoL4/perlbuzz-news-roundup-for-2012-02-06.html#comments</comments>
		<pubDate>Mon, 06 Feb 2012 20:47:15 +0000</pubDate>
		<dc:creator>Andy Lester</dc:creator>
				<category><![CDATA[Code craft]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[Perl 5]]></category>

		<guid isPermaLink="false">http://perlblogs.com/?guid=5f0f49061137bc0dafaa39cfd6fb6743</guid>
		<description><![CDATA[These links are collected from the Perlbuzz Twitter feed. If you have suggestions for news bits, please mail me at andy@perlbuzz.com. Which module should I use to define constants? (neilb.org) Why @chromatic_x runs tests on install, and I do,...]]></description>
			<content:encoded><![CDATA[
        <p>
These links are collected from the
<a href="http://twitter.com/perlbuzz">Perlbuzz Twitter feed</a>.
If you have suggestions for news bits, please mail me at
<a href="mailto:andy@perlbuzz.com">andy@perlbuzz.com</a>.
</p>

<ul>

<li>Which module should I use to define constants? (<a href="http://neilb.org/reviews/constants.html">neilb.org</a>)</li>
<li>Why <a href="http://twitter.com/chromatic_x">@chromatic_x</a> runs tests on install, and I do, too (<a href="http://www.modernperlbooks.com/mt/2012/01/why-i-run-tests-on-install.html">modernperlbooks.com</a>)</li>
<li>Peteris Krumins' series "Perl One-Liners Explained" is now an ebook (<a href="http://www.catonmat.net/blog/perl-book/">catonmat.net</a>)</li>
<li>Why I'm finally leaving GoDaddy (<a href="http://petdance.com/2012/02/why-im-finally-leaving-godaddy/">petdance.com</a>)</li>
<li>Don't assume that a true value is 1 (<a href="http://blogs.perl.org/users/michael_g_schwern/2012/02/true-true-2.html">blogs.perl.org</a>)</li>
</ul>

        
    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=jc9TYl3WoL4:kYnJuQQQ46I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=jc9TYl3WoL4:kYnJuQQQ46I:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?i=jc9TYl3WoL4:kYnJuQQQ46I:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=jc9TYl3WoL4:kYnJuQQQ46I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?i=jc9TYl3WoL4:kYnJuQQQ46I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=jc9TYl3WoL4:kYnJuQQQ46I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PerlBuzz/~4/jc9TYl3WoL4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://perlblogs.com/2012/02/06/perlbuzz-news-roundup-for-2012-02-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Null Objects, Error Handling, and Robustness</title>
		<link>http://www.modernperlbooks.com/mt/2012/02/null-objects-error-handling-and-robustness.html</link>
		<comments>http://www.modernperlbooks.com/mt/2012/02/null-objects-error-handling-and-robustness.html#comments</comments>
		<pubDate>Mon, 06 Feb 2012 18:28:15 +0000</pubDate>
		<dc:creator>chromatic</dc:creator>
				<category><![CDATA[modernperl]]></category>
		<category><![CDATA[oo]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[softwaredesign]]></category>

		<guid isPermaLink="false">http://perlblogs.com/?guid=ffcf277a3ae1133a4eef67dc1c96c540</guid>
		<description><![CDATA[A Practical Use for Macros in Perl generated several thoughtful comments. While Aristotle Pagaltzis identified the real semantic difficulty with the code I wanted to write (and mentioned the Null Object pattern, which I always keep in mind), Chas. Owens...]]></description>
			<content:encoded><![CDATA[
        <p><a href="http://www.modernperlbooks.com/mt/2012/02/a-practical-use-for-macros-in-perl.html">A Practical Use for Macros in Perl</a> generated several thoughtful comments. While <a href="http://plasmasturm.org/">Aristotle Pagaltzis</a> identified the real semantic difficulty with the code I wanted to write (and mentioned the <a href="http://www.c2.com/cgi/wiki?NullObject">Null Object pattern</a>, which I always keep in mind), <a href="http://wonkden.net/">Chas. Owens</a> asked perhaps the best <em>philosophical</em> question:</p>

<blockquote><em>Why not modify add_txn to reject undefs?</em></blockquote>

<p>The code in review is:</p>

<pre><code>while (my $stock = $stock_rs-&gt;next)
{
    my $pe_update = $self-&gt;analyze_pe( $stock );
    $stock_txn-&gt;add( $pe_update ) if $pe_update;

    my $cash_yield_update = $self-&gt;analyze_cash_yield( $stock );
    $analysis_txn-&gt;add( $cash_yield_update ) if $cash_yield_update;
}</code></pre>

<p>... and the near duplication obscures (to me) the point of the code. Both Aristotle and Chas. are right&mdash;perhaps it's clearer to allow <code>$transaction-&gt;add</code> to do nothing when it receives nothing. I write "perhaps" because I see the appeal of that change, but I'm not sure I like it.</p>

<p>As usual with my software, the system has a fundamental design principle:
either succeed in full or do nothing. It's fine to skip half of the analysis
steps if the data just isn't there. (The project as a whole can succeed if it's
only 60% correct; the joy of a margin of error. It's a lot more accurate than
that.)</p>

<p>I take this principle to mean that robustness is more important than
completeness. Skipping bad data and moving on is perfectly fine. The next run
may improve transient errors, and catastrophic errors will require human
intervention anyhow.</p>

<p>When these principles translate into design, I prefer to handle errors at
the point of detection and not spread error handling throughout the system.
All of these analysis methods <em>should</em> return something. When they
succeed, they return a hash reference mapping column names to values in a
database table. When these methods fail&mdash;whether the existing data isn't
sufficient to calculate updated values or something else went wrong&mdash;they
<code>return;</code>. As you well know, that's an empty list in list context
and <code>undef</code> in the scalar context of the example code.</p>

<p>Why add nothing to a transaction when I know there's nothing to add? Yes,
<code>add()</code> could check that it has nothing to do and do nothing, and
that's fine, but it seems like that expands the behavior of
<code>add()</code>'s API to include caller errors. Then again, the
<code>add()</code> method must check that each hash reference contains a value
for the transaction's bound primary key, or it will generate buggy output.</p>

<p>I suspect that both Aristotle and Chas. have in mind <a href="http://c2.com/cgi/wiki?JonPostel">Postel's Law</a>:</p>

<blockquote><em>Be generous in what you accept and picky about what you emit.</em></blockquote>

<p>The result might look something like:</p>

<pre><code>while (my $stock = $stock_rs-&gt;next)
{
    $stock_txn-&gt;add(    $self-&gt;analyze_pe( $stock )         );
    $analysis_txn-&gt;add( $self-&gt;analyze_cash_yield( $stock ) );
}</code></pre>

<p>This change has an advantage: it only necessitates a change in the
<code>add()</code> method. All of the <code>analyze_*()</code> methods can
continue to work as implemented.</p>

<p>Of course, there's a slight performance penalty to doing this. In my case,
it's immaterial, but it wouldn't be present with macros. This is an IO-bound
application anyhow, and the transaction manager exists to avoid very real, very
measured bottlenecks.</p>

<p>Finally, Aristotle's mention of the null object pattern was about
<em>real</em> objects, and not methods which return empty lists or hash
references. If that's your style, good for you&mdash;but it's not mine in this
case. While it's not obvious from the small snippets I've posted so far, the
responsibility of the analysis methods is smaller in scope than the
responsibility of the transaction objects. Coupling transaction management to
the analysis methods&mdash;in as much that they have to know about transactions
to return the right objects&mdash;would turn the design of the system inside
out. The result would very likely not be an improvement.</p>
        
    ]]></content:encoded>
			<wfw:commentRss>http://perlblogs.com/2012/02/06/null-objects-error-handling-and-robustness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Practical Use for Macros in Perl</title>
		<link>http://www.modernperlbooks.com/mt/2012/02/a-practical-use-for-macros-in-perl.html</link>
		<comments>http://www.modernperlbooks.com/mt/2012/02/a-practical-use-for-macros-in-perl.html#comments</comments>
		<pubDate>Fri, 03 Feb 2012 20:46:43 +0000</pubDate>
		<dc:creator>chromatic</dc:creator>
				<category><![CDATA[languagedesign]]></category>
		<category><![CDATA[perl5]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://perlblogs.com/?guid=5cffcd700874d4b530e9c045dc4412b1</guid>
		<description><![CDATA[People occasionally ask for practical examples of macros when I lament the lack of macros in Perl 5. While I'm usually pleased at the degree to which Perl lets me design code to get and stay out of my way,...]]></description>
			<content:encoded><![CDATA[
        <p>People occasionally ask for practical examples of macros when I lament <a
href="http://www.modernperlbooks.com/mt/2011/11/what-the-perl-5-compiler-modules-could-have-been.html">the
lack of macros in Perl 5</a>. While I'm usually pleased at the degree to which
Perl lets me design code to get and stay out of my way, sometimes its
abstractions just aren't quite <em>enough</em> enough to remove all of the
duplication available.</p>

<p>(I've been refactoring one of our business projects in preparation for another round of deployment in the next couple of weeks. We could launch without these improvements, but administrative work took almost two weeks longer than the afternoon I'd planned for it, so I decided it was worth my time to <a href="http://www.modernperlbooks.com/mt/2011/11/on-technical-friction.html">reduce technical friction</a> so that further improvements are easier. More users means more work, so why not accelerate that work while I have the chance? I have another longer technical post to write to praise the use of Moose roles for a plugin system and to show off the stupidly-great task launcher, but that's for later.)</p>

<p>I found myself writing two code couplets that were similar enough they
triggered my "Hey, refactor away this duplication!" alert. It's extra
sensitive, because I <em>know</em> I'll have a few more couplets like this in
the very near future:</p>

<pre><code>while (my $stock = $stock_rs-&gt;next)
{
    my $pe_update = $self-&gt;analyze_pe( $stock );
    $stock_txn-&gt;add( $pe_update ) if $pe_update;

    my $cash_yield_update = $self-&gt;analyze_cash_yield( $stock );
    $analysis_txn-&gt;add( $cash_yield_update ) if $cash_yield_update;
}</code></pre>

<p>The <code>*_txn</code> variables contain objects representing deferred and
scoped SQL updates. I'll talk about that at <a
href="http://act.yapcna.org/2012/">YAPC::NA 2012</a> in <a
href="http://act.yapcna.org/2012/talk/50">When Wrong is Better</a>.</p>

<p>The general pattern is this: for every stock in the appropriate resultset,
call a method in this plugin. The method will return nothing if it fails (or
has nothing to do) or it will return data to be added to the appropriate
transaction. I have at least two types of transactions available here at the
moment, and may have more later: one transaction updates stock data and the
other updates analysis data.</p>

<p>I have several options. I could rework the data model so that this stage
always only updates one transaction, in which the loop body could instead look
like:</p>

<pre><code>{
    for my $method (qw( analyze_pe analyze_cash_yield ))
    {
        next unless my $result = $self->$method( $stock );
        $txn->add( $result );
    }
}</code></pre>

<p>This technique of hoisting the variants into an ad hoc data structure and
using existing looping techniques works well sometimes. (I use it in other
parts of the system.) It's relatively easy to expand, even though it moves
interesting information ("I'm calling the <code>analyze_pe</code> method!") to
a place where tools have more trouble finding it. (I search for
<code>&gt;analyze_pe</code> when I want to find method calls.) You may have used something similar to define several parametric methods at <code>BEGIN</code> time. It's the same type of pattern, and while Perl 5 provides most of the tools necessary to allow this, it doesn't natively express this pattern well.</p>

<p>I could also change the transaction object's <code>add()</code> method to do
nothing when it receives an empty list of arguments. I like that in some ways,
but I don't like it in others. I've come down on the side of keeping its
invariant (it always takes only one scalar as an object) pure for now. If I
change it to take a list of updates, that might be the right time to reconsider
this.</p>

<p>What I notice in the code as it stands right now is that the individual
variables <code>$pe_update</code> and <code>$cash_yield_update</code> are
synthetic variables. They only exist to support the code as written; they're
not necessary for the algorithm. If I were to modify this code but only this code, I'd really rather write:</p>

<pre><code>{
    ADD_TXN_WITH( $self, analyze_pe,         $stock, $stock_txn    );
    ADD_TXN_WITH( $self, analyze_cash_yield, $stock, $analysis_txn );
}</code></pre>

<p>... though that syntax doesn't thrill me either. The clearest possibility I
see right now is:</p>

<pre><code>{
    $stock_txn-&gt;add(    SKIP unless $self-&gt;analyze_pe( $stock )         );
    $analysis_txn-&gt;add( SKIP unless $self-&gt;analyze_cash_yield( $stock ) );
}</code></pre>

<p>... where <code>SKIP</code> does some magic to move to the next statement,
not the next loop iteration. (I have some ideas how to write XS to make this
work, but that creepy yak needs a shave and some mouthwash.)</p>

<p>The second best option right now is adding a function or method as
indirection to encapsulate the synthetic code. I'd rather avoid synthetic code,
but at least it reduces the possibility of copy and paste bugs.</p>

<p>For now, with only two steps in this analysis, I'm leaving it as it is. Two
repetitions of something this similar set off my refactoring alarm, but I
resist the urge for refactorings this small until I see three instances of
near-duplicate code.</p>

        
    ]]></content:encoded>
			<wfw:commentRss>http://perlblogs.com/2012/02/03/a-practical-use-for-macros-in-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I Run Tests on Install</title>
		<link>http://www.modernperlbooks.com/mt/2012/01/why-i-run-tests-on-install.html</link>
		<comments>http://www.modernperlbooks.com/mt/2012/01/why-i-run-tests-on-install.html#comments</comments>
		<pubDate>Tue, 31 Jan 2012 18:41:08 +0000</pubDate>
		<dc:creator>chromatic</dc:creator>
				<category><![CDATA[cpan]]></category>
		<category><![CDATA[modernperl]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://perlblogs.com/?guid=c3e05fd8a848a80ef83b5d3deb04579f</guid>
		<description><![CDATA[Jonathan Swartz makes a polemic statement: cpanm and perlbrew should not run tests by default. His points are reasonable, but his complaints are mostly about side effects and not the real problem. (I should clarify: the real problem I encounter.)...]]></description>
			<content:encoded><![CDATA[
        <p>Jonathan Swartz makes a polemic statement:</p>

<blockquote><em><a href="http://www.openswartz.com/2012/01/31/stop-running-tests-on-install/">cpanm and perlbrew should not run tests by default.</a></em></blockquote>

<p>His points are reasonable, but his complaints are mostly about side effects
and not the real problem. (I should clarify: the real problem <em>I</em>
encounter.)</p>

<p>If running tests slow down installs, speed up the tests. (Do you want to get the wrong answer faster? Easy: it's 42. No need for a quantum computer to do the calculation in constant time. This algorithm is O(0).)</p>

<p>If running tests exposes the fragility of the dependency chain, improve the dependency chain.</p>

<p>If dependency test failures prevent the installation of downstream
clients... this <em>is</em> a weakness of the CPAN toolchain. A well-written
test suite for a downstream client should reveal whether bugs or other sources
of test failures in a dependency affect the correctness of the client.</p>

<p>Note the assumptions in that sentence.</p>

<p>Anyone who's experienced the flash of enlightenment that comes from working
with well tested code and who's shared that new zeal with co-workers has
undoubtedly heard the hoary old truism that testing cannot prove the complete
absence of bugs. It's no less true for its age, though it's also true that
<em>good</em> testing only improves our confidence in the correctness and
efficacy of our code.</p>

<p>For me, a 95% certainty that my code works and continues to work for the
things to which I've tested it is more than sufficient. I focus on testing the
things I'm most likely to get wrong and the things which need to keep working
correctly. (I don't care much about pixel-perfect placement, but I do care that
a book's index uses the right escapes for its data and markup.)</p>

<p>Without tests running on the machines themselves in the environments
themselves where I expect my code to run, I don't have that confidence.</p>

<p>Put another way, I'm either not smart enough or far too lazy to want to
attempt to debug code without good tests. That's why I write tests, and that's
why I run them obsessively. That's good for me as a developer, and you're
getting the unvarnished developer perspective.</p>

<p><a href="http://www.modernperlbooks.com/mt/2011/10/in-search-of-minimum-viable-utility.html">I also care about the perspective of mere users</a>. (Without users, we're amusing ourselves, and I can think of better ways to amuse myself than by writing software no one uses.).</p>

<p>Yes, an excellent test suite can help a user help a developer debug a
problem. Many (most?) CPAN authors have had the wonderful experience of
receiving a bug report with a failing test case. Sometimes this even includes a
code patch.</p>

<p>Not all users are developers of that sort, nor should they be.</p>

<p>The CPAN ecosystem has improved greatly at automated testing and dependency tracking, but we can improve further. What if we could identify the severity of test failures? (We have TODO and SKIP, but they don't convey semantic meaning.) What if we could identify buggy or fragile tests? (My current favorite is <a href="https://rt.cpan.org/Ticket/Display.html?id=69540">XML::Feed tests versus DateTime::Format::Atom</a> because it catches me far too often, it doesn't affect the operation of the code, and it's a stupid fix that's lingered for a few months.) What if the failures are transient (Mechanize relying on your ISP <em>not</em> ruining DNS lookups for you) or specific to your environment (a test suite written without parallelism in mind).</p>

<p>As Jonathan rightly implies, how do you expect an end-user to understand or
care about or debug those things?</p>

<p>I'm still reluctant to agree that disabling tests for end-user installations
is the right solution. I <em>want</em> to know about failures in the wild wider
world. I want that confidence, but I can't bring myself to trade away that
confidence for the sake of a little more speed of installation.</p>

<p>Yet his point about lingering points of fragility in the ecosystem are true
and important, even if the proposed solution of skipping tests isn't right.
Fortunately, improving dependency management and tracking and use and testing
can help solve both issues: perhaps to the point where we can run only those
tests users most care about and identify and report material failures in
dependencies.</p>

        
    ]]></content:encoded>
			<wfw:commentRss>http://perlblogs.com/2012/01/31/why-i-run-tests-on-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perlbuzz news roundup for 2012-01-30</title>
		<link>http://feedproxy.google.com/~r/PerlBuzz/~3/MCCZZFS-6YE/perlbuzz-news-roundup-for-2012-01-30.html</link>
		<comments>http://feedproxy.google.com/~r/PerlBuzz/~3/MCCZZFS-6YE/perlbuzz-news-roundup-for-2012-01-30.html#comments</comments>
		<pubDate>Mon, 30 Jan 2012 15:05:03 +0000</pubDate>
		<dc:creator>Andy Lester</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[Perl 5]]></category>
		<category><![CDATA[Perl 6]]></category>

		<guid isPermaLink="false">http://perlblogs.com/?guid=6e16a77ffa11bcb9119664b24301c83f</guid>
		<description><![CDATA[These links are collected from the Perlbuzz Twitter feed. If you have suggestions for news bits, please mail me at andy@perlbuzz.com. Open source is improv, so say &#34;Yes and&#34; (petdance.com) craigslist donates $100,000 to the Perl Foundation (news.perlfoundation.org) Text::AsciiTeX...]]></description>
			<content:encoded><![CDATA[
        <p>
These links are collected from the
<a href="http://twitter.com/perlbuzz">Perlbuzz Twitter feed</a>.
If you have suggestions for news bits, please mail me at
<a href="mailto:andy@perlbuzz.com">andy@perlbuzz.com</a>.
</p>

<ul>

<li>Open source is improv, so say "Yes and" (<a href="http://petdance.com/2012/01/open-source-is-improv-so-say-yes-and/">petdance.com</a>)</li>
<li>craigslist donates $100,000 to the Perl Foundation (<a href="http://news.perlfoundation.org/2012/01/craigslist-charitable-fund-don.html">news.perlfoundation.org</a>)</li>
<li>Text::AsciiTeX renders TeX formulas as ASCII art (<a href="http://blogs.perl.org/users/joel_berger/2012/01/announcing-textasciitex.html">blogs.perl.org</a>)</li>
<li>The most important pig in the office (with nod to <a href="http://twitter.com/chipsalz">@chipsalz</a>, too) (<a href="http://petdance.com/2012/01/the-most-important-stuffed-pig-in-the-company/">petdance.com</a>)</li>
<li>An hour-long video of Damian Conway talking Perl and physics (<a href="http://blip.tv/open-source-developers-conference/temporally-quaquaversal-virtual-nanomachine-programming-in-multiple-topologically-4466153">blip.tv</a>)</li>
<li>Speed up Perlbrew with parallel tests (<a href="http://www.modernperlbooks.com/mt/2012/01/speed-up-perlbrew-with-test-parallelism.html">modernperlbooks.com</a>)</li>
<li>Visualizing the Perl 5 support policy (<a href="http://www.dagolden.com/index.php/1605/visualizing-the-perl-5-support-policy/">dagolden.com</a>)</li>
<li>MooseX::Role::Loggable adds logging goodness to your objects (<a href="http://blogs.perl.org/users/sawyer_x/2012/01/i-love-moosexroleloggable.html">blogs.perl.org</a>)</li>
<li>Rakudo Star 2012.01 released (<a href="http://rakudo.org/2012/01/28/rakudo-star-2012-01-released/">rakudo.org</a>)</li>
<li>What's next in Rakudo (<a href="http://6guts.wordpress.com/2012/01/29/this-months-rakudo-star-release-and-whats-coming-next/">6guts.wordpress.com</a>)</li>
<li>I'll be presenting "29 ways to get started in open source today" at YAPC:NA (<a href="http://act.yapcna.org/2012/talk/31">act.yapcna.org</a>)</li>
<li>DC-Baltimore Perl Workshop is April 14th. $25 for two tracks of talks. (<a href="http://dcbpw.org/dcbpw2012/">dcbpw.org</a>)</li>
</ul>

        

    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=MCCZZFS-6YE:fAE2enYJ1pA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=MCCZZFS-6YE:fAE2enYJ1pA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?i=MCCZZFS-6YE:fAE2enYJ1pA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=MCCZZFS-6YE:fAE2enYJ1pA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?i=MCCZZFS-6YE:fAE2enYJ1pA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=MCCZZFS-6YE:fAE2enYJ1pA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PerlBuzz/~4/MCCZZFS-6YE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://perlblogs.com/2012/01/30/perlbuzz-news-roundup-for-2012-01-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up Perlbrew with Test Parallelism</title>
		<link>http://www.modernperlbooks.com/mt/2012/01/speed-up-perlbrew-with-test-parallelism.html</link>
		<comments>http://www.modernperlbooks.com/mt/2012/01/speed-up-perlbrew-with-test-parallelism.html#comments</comments>
		<pubDate>Fri, 27 Jan 2012 21:20:46 +0000</pubDate>
		<dc:creator>chromatic</dc:creator>
				<category><![CDATA[modernperl]]></category>
		<category><![CDATA[perl5]]></category>
		<category><![CDATA[perlbrew]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://perlblogs.com/?guid=cbc7696535dd728de1ef9d6b55e34b5a</guid>
		<description><![CDATA[Steven Haryanto's Perl First World Problems #1 reminded me of something I've taken for granted lately. You may have read my Controlling Test Parallelism with prove and Parallelism and Test Suites. I still have Test::Harness parallelism enabled by default on...]]></description>
			<content:encoded><![CDATA[
        <p>Steven Haryanto's <a href="http://blogs.perl.org/users/steven_haryanto/2012/01/perl-first-world-problems-1.html">Perl First World Problems #1</a> reminded me of something I've taken for granted lately.</p>

<p>You may have read my <a
href="http://www.modernperlbooks.com/mt/2011/12/controlling-test-parallelism-with-prove.html">Controlling
Test Parallelism with prove</a> and <a
href="http://www.modernperlbooks.com/mt/2011/11/parallelism-and-test-suites.html">Parallelism
and Test Suites</a>. I still have <code>Test::Harness</code> parallelism
enabled by default on most of the machines where I install my own Perls. While
I haven't yet filed tickets and tried to write patches for modules which need a
little help to run tests in parallel, I've only found a few lately that need
work. That's nice&mdash;having a module install through <code>cpanm</code> in
five seconds is a lot better than ten seconds or more. (I like
<code>cpanm</code> because it's <em>fast</em> and quiet, and part of its speed
comes from not printing to the console.)</p>

<p>I like instant feedback.</p>

<p>Like Steven, I noticed quite a while that installing a custom Perl through <a href="http://perlbrew.org/">perlbrew</a> takes a while, but then I remembered that a lot of work went into the Perl 5 test suite to make tests run in parallel. (We did something similar with Parrot several years ago, and it changed the way I work forever.)</p>

<p>To run core tests in parallel, set the environment variable
<code>TEST_JOBS=<em>n</em></code>, where <em>n</em> depends on your computer. I
use a value of 9 on a quad-core machine; in practice, that tends to keep the
CPU busy while not blocking anything too long on IO. You can set it globally in
your shell's configuration file or create an alias or wrapper for
<code>perlbrew</code>.</p>

<p>As most of the time spent compiling and installing Perl 5 through perlbrew
goes to running the test suite, this has saved me a measurable amount of
time.</p>
        
    ]]></content:encoded>
			<wfw:commentRss>http://perlblogs.com/2012/01/27/speed-up-perlbrew-with-test-parallelism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoiding The Vendor Perl Fad Diet</title>
		<link>http://www.modernperlbooks.com/mt/2012/01/avoiding-the-vendor-perl-fad-diet.html</link>
		<comments>http://www.modernperlbooks.com/mt/2012/01/avoiding-the-vendor-perl-fad-diet.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 19:46:20 +0000</pubDate>
		<dc:creator>chromatic</dc:creator>
				<category><![CDATA[distributions]]></category>
		<category><![CDATA[p5p]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[perl5]]></category>

		<guid isPermaLink="false">http://perlblogs.com/?guid=c76c09804e86429f483ba7aab2bb1fe7</guid>
		<description><![CDATA[Here we go again. It looks like Red Hat is distributing Perl without the core library ExtUtils::MakeMaker. If you're not familiar with the details of the Perl 5 build chain, all you need to know is this: without MakeMaker, you're...]]></description>
			<content:encoded><![CDATA[
        <p>Here we go again.</p>

<p>It looks like <a
href="http://www.nntp.perl.org/group/perl.perl5.porters/2012/01/msg182360.html">Red
Hat is distributing Perl without the core library
<code>ExtUtils::MakeMaker</code></a>. If you're not familiar with the details
of the Perl 5 build chain, all you need to know is this: without MakeMaker,
you're not installing anything from the CPAN.</p>

<p>Ostensibly Red Hat and other OS distribution vendors split up Perl 5 into
separate packages to save room on installation media. Core Perl 5 is large and
includes many, many things that not everyone uses all the time... but <a
href="http://www.nntp.perl.org/group/perl.perl5.porters/2012/01/msg182376.html">the
obvious reaction to defining a core subset of Perl 5 that a vendor can call
"perl"</a> is another of those recurring discussions which never quite goes
anywhere.</p>

<p>For example, who needs the documentation just to run code? (Except that the
<code>diagnostics</code> pragma relies on the existence of
<em>perldiag.pod</em> to run.) Who needs the huge Unicode encoding tables for
ideographic languages such as you might find in Japan, China, Korea, and other
Asian locals? (Answer: Asia.) Who needs the ability to install code from the
CPAN? (Answer: users.)</p>

<p>While there's a lot of stuff in the core that probably doesn't need to be in
the core, or at least installed by default (a LaTex formatter for POD, the <a
href="http://search.cpan.org/perldoc?Switch">deprecated Switch module</a>, Perl
5.005 <a href="http://search.cpan.org/perldoc?Thread">Thread</a> emulation),
one thing is both clear and almost never said.</p>

<p>I'll give you a moment to think about it.</p>

<p>Here's a hint: you're usually better off compiling and installing your own
Perl 5 under your complete control such that you can compile in options you
want (64-bit integers, for example) and out options you don't (threading
imposes a 15% performance penalty even in the single-threaded case) and so that
you can manage your own library paths without changing the behavior of the
system). <a href="http://perlbrew.org/">perlbrew</a> changes the game. Learn
it, like it, love it.</p>

<p>The perpetual discussion misses one important point:</p>

<p>The vendor <code>perl</code>&mdash;especially on installation media&mdash;is
not for general purpose Perl programming. It's there only to support basic
administrative programs provided with the system as a whole. <em>That's</em>
why you don't replace the system Perl. <em>That's</em> why you don't mess with
the system CPAN modules. That's why you fence off whatever's in
<em>/usr/bin/perl</em> like it's Yucca Mountain and you're stuck with a '50s
reactor design instead of something safe and clean.</p>

<p>Vendors can tune and tweak that Perl to their satisfaction to provide just
what they need to install and configure a working system. They can keep it as
crufty and out of date as they like. When it breaks, they get to keep all of
the pieces and sew them back together like some sort of Fedorastein's monster.
They just can't let it out of the lab.</p>

<p>This of course means that they need to provide packages of Perl 5 Actual for
users and developers such that it's the full core of Perl 5. (It'd be nice if
they called not-a-perl as such, but one thing at a time.)</p>

<p>You can't predict what users will and won't do. That's why you code
defensively. The moment distributions started carving up Perl to install just
the little bits they needed in the hopes that their guesses as to what users
wanted were right, they put everyone in a bind.</p>

<p>Certainly Perl 5 could benefit from a thorough review of what's in core and
why, but I suspect that even if p5p came up with packaging guidelines for all
of the imaginable use cases and combinations of distributor needs and user
wants, it still wouldn't solve the real problem.</p>

<p>(Credit Allison Randal for pointing out the real problem <em>years</em> ago. We've discussed several times the idea of a stripped-down VM for a real language&mdash;something with better abstraction and reuse than Bash&mdash;with easy access to libraries and a very small footprint, but it's a bigger job than either of us could accomplish. It's still a righter approach than bowdlerizing an upstream distribution.)</p>
        
    ]]></content:encoded>
			<wfw:commentRss>http://perlblogs.com/2012/01/25/avoiding-the-vendor-perl-fad-diet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Decades-Old Technique to Improve Programming Languages</title>
		<link>http://www.modernperlbooks.com/mt/2012/01/a-decades-old-technique-to-improve-programming-languages.html</link>
		<comments>http://www.modernperlbooks.com/mt/2012/01/a-decades-old-technique-to-improve-programming-languages.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 20:22:23 +0000</pubDate>
		<dc:creator>chromatic</dc:creator>
				<category><![CDATA[languagedesign]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[modernperl]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://perlblogs.com/?guid=444eb064a286b9c0c7a44d340e73f101</guid>
		<description><![CDATA[I promised in Testing Your Templates to explain how to solve the problem of the divergence between testable, debuggable code in your host language and a big wad of logic in a template language. This problem is an example of...]]></description>
			<content:encoded><![CDATA[
        <p>I promised in <a
href="http://www.modernperlbooks.com/mt/2012/01/testing-your-templates-and-why-it-doesnt-always-work.html">Testing
Your Templates</a> to explain how to solve the problem of the divergence
between testable, debuggable code in your host language and a big wad of logic
in a template language.</p>

<p>This problem is an example of the pattern of Why Writing Your Own DSL is
More Difficult Than You Think. Certainly Template Toolkit is among the better
templating systems (I've written a couple myself), but it exhibits problems
endemic to the process. (Then again, so does PHP. Now multiply that by the fact
that some people use templating systems <em>written in PHP</em> and if you have
to lie down for a while before the feeling passes, please accept my
apologies.)</p>

<p>The semantics of Template Toolkit are great, when they work, but then
everything's great when it works the way you expect. Robust software handles
the cases you don't expect with aplomb, or at least without a boom.</p>

<p>A simple workaround for Template Toolkit is to avoid the fallback from potential method lookup to keyed hash access when dealing with an object. In other words, if <code>$blessed_hash-&gt;do_something()</code> fails, try <code>$blessed_hash-&gt;{do_something}</code>.</p>

<p>... except that that doesn't work when you want to call virtual methods on
unblessed references, such as calling methods on arrays or hashes.</p>

<p>Another option is to change the syntax such that calling a method is visibly different from accessing a member of an aggregate. Perl 5 does this. It works pretty well, in the sense that if you use the right operator (access element versus invoke method), you've expressed your intent in a visually unambiguous fashion).</p>

<p>... except that people complain about the Perl 5 dereferencing arrow quite a
bit. (Okay, you don't <em>need</em> an arrow to do this; as the <a
href="http://onyxneon.com/books/modern_perl/index.html">Modern Perl book</a>
explains, the postfix indexed access or postfix keyed operators of
<code>{}</code> and <code>[]</code> determine the type of operation
effectively.)</p>

<p>... and except that one of the design goals of Template Toolkit was to be
robust in the face of changing values provided to the template, such that it
provides a loosely coupled interface for the data it expects. That's a fine
goal, but it isn't free.</p>

<p>Here's the thing, though. The last time I looked, Template Toolkit compiles
templates into Perl 5 code as an optimization. (The last template system I
wrote did the same thing, but not as well. We should have used TT, but in our
defense, TT didn't exist then.) This transliteration/compilation stage must be
very, very cautious to allow standard Perl debugging and introspection tools to
treat this generated code correctly. That is to say, I don't want to debug a
big wad of generated code. I want to debug the code I actually wrote.</p>

<p>As usual, the solution is another layer of abstraction.</p>

<p>Perl 5 exists in two forms. The first is the source code you and I write.
The second is the optree which the Perl 5 VM executes. There's nothing in
between. You have one or the other. When your code runs, you have the optree,
and the optree has references to the relevant location in the source code it
came from, but the correspondence is often less useful than you might like.</p>

<p>While the generated code from Template Toolkit could include the correct
file and line positions from templates, that's again less useful than you might
like. (It's useful, but it doesn't solve every problem.)</p>

<p>If Perl 5 had instead an intermediate form separate from raw code and raw
optrees, something more suitable to introspection and manipulation, we could
produce tools which worked with this intermediate form to improve debugging,
introspection, and better code generation.</p>

<p>We could even <em>inject</em> new code to add features (fall back to
attribute access; prevent the fallback to attribute access) to code, even
within lexical scopes. That is to say, we could manipulate how libraries behave
from the outside in, and ensure that our changes would not leak out from our
desired scopes.</p>

<p>It's certainly possible to replace the Perl 5 opcodes yourself, if you're
comfortable reading Perl 5 source code, writing XS, relying on black magic, and
dealing with strange issues of thread safety and manipulating global or at
least interpreter-global values in a lexical fashion (while dealing with the
fact that <code>use</code> is recursive in a sense)&mdash;but isn't Perl about
<em>not</em> making people write C to do interesting things?</p>

<p>Certainly this isn't a technique you'd use every day, and it's not obviously
a way to make Perl 5 run faster (though many optimizations become much easier),
but the possibility for better abstraction and extension and correctness has
much to recommend it.</p>

<p>And, yes, Lisp demonstrated this idea <em>ages</em> ago.</p>
        
    ]]></content:encoded>
			<wfw:commentRss>http://perlblogs.com/2012/01/23/a-decades-old-technique-to-improve-programming-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perlbuzz news roundup for 2012-01-23</title>
		<link>http://feedproxy.google.com/~r/PerlBuzz/~3/-6CMAb4n1sg/perlbuzz-news-roundup-for-2012-01-23.html</link>
		<comments>http://feedproxy.google.com/~r/PerlBuzz/~3/-6CMAb4n1sg/perlbuzz-news-roundup-for-2012-01-23.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 17:25:41 +0000</pubDate>
		<dc:creator>Andy Lester</dc:creator>
				<category><![CDATA[cpan]]></category>
		<category><![CDATA[Perl 5]]></category>

		<guid isPermaLink="false">http://perlblogs.com/?guid=55d190f122d3388a59ca3cd11107ea41</guid>
		<description><![CDATA[These links are collected from the Perlbuzz Twitter feed. If you have suggestions for news bits, please mail me at andy@perlbuzz.com. Perl QA Hackathon last call for participation (nntp.perl.org) RJBS gives the history of Dist::Zilla (perlmonks.org) What to avoid...]]></description>
			<content:encoded><![CDATA[
        <p>
These links are collected from the
<a href="http://twitter.com/perlbuzz">Perlbuzz Twitter feed</a>.
If you have suggestions for news bits, please mail me at
<a href="mailto:andy@perlbuzz.com">andy@perlbuzz.com</a>.
</p>

<ul>

<li>Perl QA Hackathon last call for participation (<a href="http://www.nntp.perl.org/group/perl.qa/2012/01/msg13091.html">nntp.perl.org</a>)</li>
<li>RJBS gives the history of Dist::Zilla (<a href="http://perlmonks.org/?node_id=949081">perlmonks.org</a>)</li>
<li>What to avoid in BEGIN blocks (<a href="http://blogs.perl.org/users/rurban/2012/01/what-to-avoid-in-begin-blocks.html">blogs.perl.org</a>)</li>
<li>Visualizing the improved Perl 5 release cycles (<a href="http://www.dagolden.com/wp-content/uploads/2012/01/perl5-release-timeline.png">dagolden.com</a>)</li>
<li>Perl tools for working with PostgreSQL logs (<a href="http://www.depesz.com/index.php/2012/01/23/some-new-tools-for-postgresql-or-around-postgresql/">depesz.com</a>)</li>
</ul>
        
    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=-6CMAb4n1sg:G6U41bF-Ddg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=-6CMAb4n1sg:G6U41bF-Ddg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?i=-6CMAb4n1sg:G6U41bF-Ddg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=-6CMAb4n1sg:G6U41bF-Ddg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?i=-6CMAb4n1sg:G6U41bF-Ddg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PerlBuzz?a=-6CMAb4n1sg:G6U41bF-Ddg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PerlBuzz?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PerlBuzz/~4/-6CMAb4n1sg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://perlblogs.com/2012/01/23/perlbuzz-news-roundup-for-2012-01-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing the Perl 5 support policy</title>
		<link>http://www.dagolden.com/index.php/1605/visualizing-the-perl-5-support-policy/</link>
		<comments>http://www.dagolden.com/index.php/1605/visualizing-the-perl-5-support-policy/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 03:43:33 +0000</pubDate>
		<dc:creator>dagolden</dc:creator>
				<category><![CDATA[ironman]]></category>
		<category><![CDATA[p5p]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[perl programming]]></category>

		<guid isPermaLink="false">http://www.dagolden.com/?p=1605</guid>
		<description><![CDATA[My last post showed historical Perl 5 release cycles, but comments I got on and off the blog suggested that my vaguely positive sentiments about the official support policy were misunderstood. This post expands and clarifies my view. I have redone my Perl 5 release cycle graph again with a few changes. First, for the [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://www.dagolden.com/index.php/1587/visualizing-perl-5-release-cycles/" >last post</a> showed historical Perl 5 release cycles, but comments I got on and off the blog suggested that my vaguely positive sentiments about the <a href="http://perldoc.perl.org/perlpolicy.html" >official support policy</a> were misunderstood.  This post expands and clarifies my view.</p>
<p>I have redone my Perl 5 release cycle graph again with a few changes.  First, for the v5.4 through v5.8 series, I have broken the line to the final release, which I consider to be "outliers".  <strong>I think the Perl community was lucky to get those releases</strong> — was lucky that someone stepped up and made them — and that they don't reflect a "normal development" or support cycle.</p>
<p>Second, I have <strong>projected an estimated lifecycle under the official support policy</strong> for v5.12, v5.14 and the not-yet-released v5.16. This represents an expectation for the normal support lifetime of these releases and I think shows a better contrast of expectations resulting from the support policy introduced with v5.14 compared to historical releases.</p>
<p><a href="http://www.dagolden.com/wp-content/uploads/2012/01/perl5-release-timeline-2.png"><img src="http://www.dagolden.com/wp-content/uploads/2012/01/perl5-release-timeline-2-300x214.png" alt="Perl 5 Release Timeline (Amended)" title="perl5-release-timeline-2" width="300" height="214" class="aligncenter size-medium wp-image-1606" /></a></p>
<p class="aligncenter"><em>click for larger view</em></p>
<p>My observations (ignoring outliers):</p>
<ul>
<li><strong>Prior to v5.14, there was a (sometimes lengthy) gap between the end of one stable series and the start of the next.</strong></li>
<li>The actively maintained periods of v5.4, v5.5 and v5.6 were shorter than the proposed support windows under the new policy</li>
<li>v5.8 had two different support paradigms.  Between v5.8.0 and v5.8.1 was a long gap similar to the v5.6 series.  v5.8.1 to v5.8.8 had a more regularly-spaced series of support releases.</li>
<li>v5.10 had the longest gap between initial release (v5.10.0) and the subsequent support release (v5.10.1)</li>
<li>v5.12 has had the most consistent pattern of support releases after the initial release, and is the only stable Perl 5 to have a (regular, not outlier) support release after the release of the next stable version</li>
<li>v5.14 was the first stable Perl 5 released under the new annual-release cycle</li>
</ul>
<p><strong>The new support policy most resembles a return to the best support period seen historically</strong> (v5.8.1 to v5.8.8), but without the subsequent gap to the next stable release.  </p>
<p>Why do I think this new policy is a positive step forward? Here are some reasons:</p>
<ul>
<li>The support policy is <strong>actually written down</strong>.  What expectations did anyone have prior?  I don't know.  But if I'm using Perl 5, I'd rather know what to expect that have to guess and hope for the best.</li>
<li><strong>The new policy offers a support window longer in practice than any Perl 5 except v5.8</strong> and more regular than any period except between v5.8.1 and v5.8.8</li>
<li>The new stable Perl 5 is available for migration testing mid-way through the support window of the prior stable release.  If there are issues with migration, users can be confident of support for their existing version for an additional year (and emergency security support for a year after that).</li>
<li>The annual release cycle means the change between one stable release and the next will be smaller, lowering migration risk</li>
</ul>
<p><strong>The new policy does cut off the "long tail" of expectations for an outlier release</strong>.  I can understand that for some companies or OS packagers, a two-year support window (three for security) might feel too short, even if that is longer than was typically seen historically.</p>
<p>Here is where the annual stable release cycle and monthly development release cycle offer a huge side benefit: there is now a well-documented, frequently-used, regularly-updated <a href="http://perl5.git.perl.org/perl.git/blob/HEAD%3A/Porting/release_managers_guide.pod" title="Release Manager's Guide" >release manager's guide</a> for Perl 5.  Now, <strong>the release process is so easy that a moderately-skilled Perl software engineer without much prior exposure to the Perl source repository can make a Perl 5 release tarball in about a day</strong>.</p>
<p>This means that even if the core Perl 5 development team isn't supporting, say, v5.12 anymore, a motivated company or community group could do the work necessary to prepare their own "outlier" release and either petition the Perl 5 core team to release it or could release their own stable "micro-fork" for others with long-term support needs.  (There might even be a profitable business opportunity selling support for Perl versions past the official support window.)</p>
<p><strong>Previously, Perl 5 development used to be bursty, with long delays between stable releases and with unclear expectations for support.  Now, Perl 5 development happens like clockwork, and has a clear, written support policy.</strong></p>
<p><small><em>[Note: this post represents my individual opinion and was not reviewed by the Perl 5 Porters core development team; it may or may not represent the views of other core developers; it is certainly not an "official" statement of the Perl 5 Porters in any way]</em></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dagolden.com/index.php/1605/visualizing-the-perl-5-support-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

