Perl 5.8.x is no longer supported by the Perl community or p5p. The policy discussed in perlpolicy states that the Perl5 Porters support the two most recent stable releases. Right now that means Perl 5.18 and Perl 5.16. Critical security patches will, to the best of the porters ability, go back three years, which means that even though 5.14 is no longer supported for other critical issues, for critical security issues it may still receive updates if it falls within p5p's ability.

Modules on CPAN often attempt to maintain compatibility with older versions of Perl as well. But this is done on a module-by-module basis at the whim of the module's developer. It's not uncommon to see modules that officially support Perl 5.8, 5.6, or in some cases even earlier Perl releases, though that's becoming harder and harder to do as time marches on, bringing with it increased demand for full Unicode support or other "modern" tools that early Perl5's weren't designed to work with.

Some vendors will ship Linux (or other OS) distributions with older versions of Perl, such as Perl 5.8. In those cases, the vendors may support those older Perl versions even if the Perl community has moved on.

I haven't looked into the wikipedia article's sources. One reason that Perl 5.8 may still be the most popular Perl is that it was around so long before 5.10 came along, and then in the years since 5.10 there have been so many other releases. The point being that no single release from 5.10 onward has had time to become entrenched to the degree that 5.8 did. 5.8 was with us for a long time; there was some stagnation during that era. And as I mentioned earlier, some vendors are still shipping it.


Dave


In reply to Re: still support old version? by davido
in thread still support old version? by virtuemart2

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.