My personal stance has usually been something like "I'll support two major versions most of the time, and three for a little while after a new release".

I do reserve the right to not support particularly old point releases of those major versions, however. In particular, Perl 5.6.0 had so many critical bugs that working around them was just impossible. I test with Perl 5.6.2, and I'd take patches for 5.6.1, but if you're still on 5.6.0 too bad for you.

Similarly, if you're using a particularly ancient 5.8 (say 5.8.0 or 5.8.1) and one of my modules triggers a known Unicode bug in those versions, too bad, since one of the main reason to upgrade to a more modern 5.8 is for Unicode bug fixes.

I expect to stop supporting 5.6 for my modules a year or two after 5.10 comes out, though I won't intentionally break them, I'll probably just stop testing with 5.6 at all.

Overall, I think that's a reasonable balance between using modern features and backwards compatibility. In my personal projects which aren't intended for release, I do tend to use the latest and greatest, even if that code might end up freely available (like the source for VegGuide.Org).


In reply to Re: The need and the price of running on old versions of Perl by autarch
in thread The need and the price of running on old versions of Perl by szabgab

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.