=encoding utf8 =head1 NAME perl5397delta - what is new for perl v5.39.7 =head1 DESCRIPTION This document describes differences between the 5.39.6 release and the 5.39.7 release. If you are upgrading from an earlier release such as 5.39.5, first read L, which describes differences between 5.39.5 and 5.39.6. =head1 Modules and Pragmata The list of new and updated modules is modified automatically as part of preparing a Perl release, so the only reason to manually add entries here is if you're summarising the important changes in the module update. (Also, if the manually-added details don't match the automatically-generated ones, the release manager will have to investigate the situation carefully.) =head2 Updated Modules and Pragmata =over 4 =item * L has been upgraded from version 5.77 to 5.78. =item * L has been upgraded from version 0.30 to 0.31. =item * L has been upgraded from version 0.22 to 0.23. It now handles the additional locale categories that Linux defines beyond those in the POSIX Standard. =item * L has been upgraded from version 2.003001 to 2.003002. =item * L has been upgraded from version 0.5016 to 0.5018. =item * L has been upgraded from version 1.75 to 1.76. =item * L has been upgraded from version 1.26 to 1.27. =back =head1 Documentation =head2 Changes to Existing Documentation We have attempted to update the documentation to reflect the changes listed in this document. If you find any we have missed, open an issue at L. =head1 Internal Changes =over 4 =item * C, C and hence C now declare C and C as C rather than C. This reverts back to compatibility with pre-64-bit stack support for default builds of perl where C is C. [GH #21782] =item * A new function is now available to C code, L. This provides the same information as the existing L, but returns an SV instead of a S>, so that programmers don't have to concern themselves with the UTF-8ness of the result. This new function is now the preferred interface for C code to the L C function. From Perl space, this information continues to be provided by the L module. =back =head1 Known Problems =over 4 =item * Windows test failures Some tests fail on Windows. This needs further investigation. Test Summary Report ------------------- ../cpan/Win32/t/GetFolderPath.t Failed test: 1 ../cpan/Win32API-File/t/file.t Failed test: 41 ../ext/XS-APItest/t/locale.t Non-zero exit status: 5 Parse errors: No plan found in TAP output =item * perlivp is missing streamzip The C utility does not get installed on Windows but should get installed. =back =head1 Acknowledgements Perl 5.39.7 represents approximately 3 weeks of development since Perl 5.39.6 and contains approximately 7,300 lines of changes across 160 files from 16 authors. Excluding auto-generated files, documentation and release tools, there were approximately 5,600 lines of changes to 79 .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.39.7: Craig A. Berry, Dagfinn Ilmari Mannsåker, David Mitchell, Elvin Aslanov, H.Merijn Brand, James E Keenan, Karen Etheridge, Karl Williamson, Mathias Kende, Max Maischein, Peter John Acklam, Philippe Bruhat (BooK), Todd Rinaldo, Tony Cook, Yves Orton, Дилян Палаузов. 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 F file in the Perl source distribution. =head1 Reporting Bugs If you find what you think is a bug, you might check the perl bug database at L. There may also be information at L, the Perl Home Page. If you believe you have an unreported bug, please open an issue at L. 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 L for details of how to report the issue. =head1 Give Thanks 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 C program: perlthanks This will send an email to the Perl 5 Porters list with your show of thanks. =head1 SEE ALSO The F file for an explanation of how to view exhaustive details on what changed. The F file for how to build Perl. The F file for general stuff. The F and F files for copyright information. =cut