strawberry perl typically adds another .1 to the end of the actual perl version for their bundle's version. So "perl 5.32.1" is bundled as a strawberry installer or zip with "5.32.1.1"

I was going to direct you to https://strawberryperl.com/releases.html to see their release names over time (and to check myself if they'd ever done a .2 or higher suffix), but they appear to be down right now.

Fortunately, their whois says they've got another year before their domain expires. I put in an issue on their website github, but given their lack of updates over the past years, I don't know if they have anyone who will get their website working again.

But since I was at their github for the website, I looked at releases.html and found that yes, they have both 5.26.0.1 and 5.26.0.2 (for example), so they occasionally do uprev their sub-minor revision. Oh, and looking at their release-notes source folder, there was apparently a patched perl.h for the 5.26.0.2 version.

But the short version: if perl -V is reporting 5.32.1, then the 5.32.1.1 bundle is the bundle that provides that.


In reply to Re: strawberry perl updates by pryrt
in thread strawberry perl updates by BernieC

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.