PUCKERING has asked for the wisdom of the Perl Monks concerning the following question:

The most current release of Strawberry Perl for Windows is 5.32 from 2021-01. ActiveState has a 5.36 release. Does anyone know what’s going on with Strawberry Perl, and why it’s lagging behind on releases? I searched around but didn’t find anything, not even here.
  • Comment on When might we see new releases of Strawberry Perl on Windows

Replies are listed 'Best First'.
Re: When might we see new releases of Strawberry Perl on Windows
by syphilis (Archbishop) on Mar 15, 2023 at 03:29 UTC
    .... and why it’s lagging behind on releases?

    Mainly, it's lagging because the project manager called it quits not long before the release of perl-5.34.0.
    Things are now looking much brighter.

    There's an experimental build of perl-5.36.0 (sp536_20230311.zip) available.
    It's a portable build and not yet fully featured, but everything you want may well be there. (I've found it to be fine for my purposes, so far.)
    Just download the file, extract it into C:\, and then rename the top level folder from "sp536_20230311" to "strawberry". (This will not be a permanent requirement, but is recommended for this experimental release.)
    To use it, you can double-click on C:\strawberry\portableshell.bat and use the cmd.exe shell that pops up.

    See https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/tag/dev_20230311, and report any issues not covered by the stated caveats therein to https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues.

    Cheers,
    Rob

      This is great news! It'll be worth going back to work on berrybrew again!

Re: When might we see new releases of Strawberry Perl on Windows
by Bod (Parson) on Mar 14, 2023 at 23:38 UTC

    There is a discussion about newer releases of Strawberry Perl on GitHub