perldelta - what is new for perl v5.43.7
This document describes differences between the 5.43.6 release and the 5.43.7 release.
If you are upgrading from an earlier release such as 5.43.5, first read perl5436delta, which describes differences between 5.43.5 and 5.43.6.
B has been upgraded from version 1.90 to 1.91.
B::COP::label now marks the returned string as UTF-8 if needed. [GH #24040]
B::PVOP::pv now marks the returned string as UTF-8 if needed.
B::Concise has been upgraded from version 1.009 to 1.010.
Send the function header generated by the -stash option to the configured walk handle. [GH #24024]
ExtUtils::ParseXS has been upgraded from version 3.61 to 3.62.
ExtUtils::Typemaps has been upgraded from version 3.61 to 3.62.
HTTP::Tiny has been upgraded from version 0.090 to 0.092.
Module::CoreList has been upgraded from version 5.20251220 to 5.20260119.
Pod::Html has been upgraded from version 1.35 to 1.36.
POSIX has been upgraded from version 2.24 to 2.25.
Fix parsing of hexadecimal floating-point numbers whose significand (aka "mantissa") values are too large to fit in UV range. Such literals (for example, 0x1234567890.1p+0 for 32-bit IV/UV platform, or 0x1234567890_1234567890.1p+0 for 64-bit IV/UV) used to be parsed incorrectly.
Perl 5.42.0 does not handle the transition to/from daylight savings time properly. The time and/or timezone can be off by an hour in the intervals surrounding such transitions. This is a regression from earlier releases, and is now fixed. This bug was evident from perl space in the "strftime" in POSIX function, and in XS code with any of "my_strftime" in perlapi, "sv_strftime_ints" in perlapi, or "sv_strftime_tm" in perlapi.
Perl 5.43.7 represents approximately 4 weeks of development since Perl 5.43.6 and contains approximately 4,200 lines of changes across 110 files from 14 authors.
Excluding auto-generated files, documentation and release tools, there were approximately 2,500 lines of changes to 55 .pm, .t, .c and .h files.
Perl continues to flourish into its fourth decade thanks to a vibrant community of users and developers. The following people are known to have contributed the improvements that became Perl 5.43.7:
Bartosz Jarzyna, Dan Church, David Mitchell, Graham Knop, James E Keenan, Karl Williamson, Lukas Mai, Max Maischein, Paul Evans, Samuel Young, Steve Hay, TAKAI Kousuke, Thibault Duponchelle, Tony Cook.
The list above is almost certainly incomplete as it is automatically generated from version control history. In particular, it does not include the names of the (very much appreciated) contributors who reported issues to the Perl bug tracker.
Many of the changes included in this version originated in the CPAN modules included in Perl's core. We're grateful to the entire CPAN community for helping Perl to flourish.
For a more complete list of all of Perl's historical contributors, please see the AUTHORS file in the Perl source distribution.
If you find what you think is a bug, you might check the perl bug database at https://github.com/Perl/perl5/issues. There may also be information at https://www.perl.org/, the Perl Home Page.
If you believe you have an unreported bug, please open an issue at https://github.com/Perl/perl5/issues. Be sure to trim your bug down to a tiny but sufficient test case.
If the bug you are reporting has security implications which make it inappropriate to send to a public issue tracker, then see "SECURITY VULNERABILITY CONTACT INFORMATION" in perlsec for details of how to report the issue.
If you wish to thank the Perl 5 Porters for the work we had done in Perl 5, you can do so by running the perlthanks program:
perlthanks
This will send an email to the Perl 5 Porters list with your show of thanks.
The Changes file for an explanation of how to view exhaustive details on what changed.
The INSTALL file for how to build Perl.
The README file for general stuff.
The Artistic and Copying files for copyright information.