Strawberry Perl 5.38.0 MSI and portable editions
These are compiled using gcc-13.1 (winlibs release 5).
These should be close to the final releases. If no issues are reported then they will likely be promoted to final.
Edit - except gdb was not updated. It can be downloaded from the previous release and extracted into the c
dir within the distribution.
Edit2 - libtermcap is also needed for gdb.
A PDL release is pending resolution of https://rt.cpan.org/Ticket/Display.html?id=148883 (Astro::FITS::CFITSIO).
For a list of known test failures and build issues with 5.38, see https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues?q=is%3Aissue+is%3Aopen+label%3Aperl5.38
For a list of known test failures and build issues with 5.36, many of which will be the same for this version, see https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues?q=is%3Aissue+is%3Aopen+label%3Aperl5.36
If you find an issue with a module then please report
it to that module's issue tracker. If the issue is with the Strawberry Perl build then please
report using the Perl-Dist-Strawberry issue tracker.
Modules are the same as in the 5.36 dev releases except that DBM::Deep is patched using robkinyon/dbm-deep#22
Main changes since the 5.38.0-RC2 dev release:
- The t1lib has been disabled due to segmentation faults with Imager. Possibly this is a gcc-13 thing. See Issue #108