tobyink:

While I'm not really qualified[1] to have an opinion on the issue, you might consider looking for another "natural" breakpoint: specifically the lowest version that gets installed by default among various Operating Systems. I don't know what version[2] that might be, but looking at your 'hoops' argument, I think it feels similar--when people set up a box, they're going to get some minimum version X, and if they need to install an older version to support some application, they'll have a similar circus act to follow.

I don't know if that would give a different result than your suggestion of 5.12 or not, I'm just offering another thing to think about. Personally, I like 5.12 as a minimum version because I use // quite a bit and state occasionally.

Notes:

  1. I've never been primary production support on large systems, so while I'm somewhat of an old hand at using perl, I typically run the version that comes by default when I install a *NIX distribution or Cygwin on a Windows box.
  2. Again, I don't support production systems, so I just grab a distro that I'd like to use and go with it.

...roboticus

When your only tool is a hammer, all problems look like your thumb.


In reply to Re: 2021 is the year to drop support for Perl < 5.12? by roboticus
in thread 2021 is the year to drop support for Perl < 5.12? by tobyink

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.