Strawberry Perl 5.40.1.1.
MSI, portable and PDL editions.
Compiled using GCC 13.2, with UCRT.
Main differences from a vanilla perl (first two are the same as for SP 5.40.0.1):
- POSIX has been patched as per https://github.com//Perl/perl5/pull/22257
- Perl itself is compiled using the same optimisations as Strawberry Perl 5.38.2.2. This uses additional options compared to the default -Os.
- CPAN modules have been compiled with optimisation set to
-O2
. This is also set in Config so will apply by default to modules built from CPAN.