I am wondering is there any supported distribution which ships 5.8.8 (not 5.8.9).

Not that I could find, but that doesn't mean such a distro doesn't exist. I'm sorry I don't have a more specific answer for you. To find this out, one would have to look at every distribution out there1, and find out which releases are still in support (or which might even have paid vendor support available, which isn't always obvious), and then find out which Perl is packaged with that release, which may or may not be (easily) discernible without actually installing the distribution.

Personally, I don't go out of my way to support anything older than 5.10 for new code. I don't go out of my way to break it, either, but if it fails the tests on older Perls and the fix is sufficiently ugly, I just bump use 5.0xx and MIN_PERL_VERSION accordingly and move on.

___________
1. Are we limited to Linux? Because I have a mechanical switch on my garage door hooked up to a PPC dev board running an older, still supported, commercial BSD release with Perl 5.6, and there's not enough room on flash to install anything newer.


In reply to Re: I wonder if there are any supported distro with 5.8.8 perl (not 5.8.9)? by rjt
in thread I wonder if there are any supported distro with 5.8.8 perl (not 5.8.9)? by vsespb

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.