=encoding utf8 =head1 NAME perl5352delta - what is new for perl v5.35.2 =head1 DESCRIPTION This document describes differences between the 5.35.1 release and the 5.35.2 release. If you are upgrading from an earlier release such as 5.35.0, first read L, which describes differences between 5.35.0 and 5.35.1. =head1 Modules and Pragmata =head2 Updated Modules and Pragmata =over 4 =item * L has been upgraded from version 1.004 to 1.005. =item * L has been upgraded from version 0.51 to 0.53. =item * L has been upgraded from version 2.181 to 2.183. =item * L has been upgraded from version 1.855 to 1.856. =item * L has been upgraded from version 1.30 to 1.31. =item * L has been upgraded from version 3.62 to 3.63. =item * L has been upgraded from version 1.50 to 1.51. =item * L has been upgraded from version 3.08 to 3.10. =item * L has been upgraded from version 1.33 to 1.34. =item * L has been upgraded from version 1.10 to 1.11. =item * L has been upgraded from version 1.14 to 1.15. =item * L has been upgraded from version 1.39 to 1.39_01. =item * L has been upgraded from version 1.35 to 1.36. =item * L has been upgraded from version 3.81 to 3.82. =item * L has been upgraded from version 1.10 to 1.11. =item * L has been upgraded from version 1.19 to 1.20. =item * L has been upgraded from version 0.25 to 0.26. =item * L has been upgraded from version 1.21 to 1.22. =item * L has been upgraded from version 0.19 to 0.20. =item * L has been upgraded from version 0.0609 to 0.0610. =item * L has been upgraded from version 1.21 to 1.22. =item * L has been upgraded from version 1.999818 to 1.999823. Made the C functions consistent with the core C function, in not requiring a leading 0 before the letter ("x", "o", or "b"). Made the from_oct() and new() methods accept octal numbers with prefix "0o", "0O", "o" (lowercase letter o), and "O" (capital letter O). Similarly with "x" and "b" for hexadecimal and binary numbers. Improved the handling of the backend libraries. More useful warnings and error messages. =item * L has been upgraded from version 0.5009 to 0.5010. Made it possible to specify a smaller base length than the default. Updated the SUPPORT information. Sync'd test files with Math::BigInt. =item * L has been upgraded from version 0.2614 to 0.2617. C was fixed - it didn't work at all. The handling of backend libraries was improved. Existing test files were reorganised and more tests added. =item * L has been upgraded from version 5.20210620 to 5.20210723. =item * L has been upgraded from version 1.51 to 1.52. =item * C has been upgraded from version 1.60 to 1.61. The C command works again, and now has some tests. =item * L has been upgraded from version 1.11 to 1.12. =item * L has been upgraded from version 1.13 to 1.14. =item * L has been upgraded from version 1.27 to 1.31. =item * L has been upgraded from version 3.42 to 3.43. =item * L has been upgraded from version 1.23 to 1.24. =item * L has been upgraded from version 2013.0523 to 2021.0717. Explicitly declared strictures and warnings everywhere. =item * L has been upgraded from version 2013.0523 to 2021.0717. Explicitly declared strictures and warnings everywhere. =item * L has been upgraded from version 2.26 to 2.27. =item * L has been upgraded from version 1.9767 to 1.9768. =item * L has been upgraded from version 0.76 to 0.77. =item * L has been upgraded from version 1.12 to 1.13. =item * L has been upgraded from version 2.45 to 2.46. =item * L has been upgraded from version 1.51 to 1.52. =item * L has been upgraded from version 0.30 to 0.31. =back =head1 Documentation =head2 Changes to Existing Documentation =head3 L =over 4 =item * A number of sentences in L have been simplified, to make things clearer. Ambiguities were resolved, related to "special variables". =back =head1 Platform Support The :win32 IO layer has been removed. This experimental replacement for the :unix layer never reached maturity in its nearly two decades of existence. =head1 Internal Changes =over 4 =item * The API constant formerly named C, indicating list context, has now been renamed to a more accurate C. A compatibilty macro C has been added to allow existing code to work unaffected. New code should be written using the new constant instead. This is supported by C version 3.63. =back =head1 Selected Bug Fixes =over 4 =item * The flags on the OPTVAL parameter to setsockopt() were previously checked before magic was called, possibly treating a numeric value as a packed buffer or vice versa. It also ignored the UTF-8 flag, potentially treating the internal representation of an upgraded SV as the bytes to supply to the setsockopt() system call. (github L<#18660|https://github.com/Perl/perl5/issues/18660>) =item * Only set IOKp, not IOK on $) and $(. This was issue L<#18955|https://github.com/Perl/perl5/issues/18955>: This will prevent serializers from serializing these variables as numbers (which loses the additional groups). This restores behaviour from 5.16 =back =head1 Acknowledgements Perl 5.35.2 represents approximately 5 weeks of development since Perl 5.35.1 and contains approximately 27,000 lines of changes across 420 files from 25 authors. Excluding auto-generated files, documentation and release tools, there were approximately 14,000 lines of changes to 200 .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.35.2: Atsushi Sugawara, Ben Cornett, Chris 'BinGOs' Williams, Christian Walde (Mithaldu), Craig A. Berry, David Golden, David Marshall, Felipe Gasper, Jakub Wilk, James E Keenan, Karl Williamson, Leam Hall, Leon Timmermans, Max Maischein, Neil Bowers, Nicholas Clark, Paul Evans, Paul Marquess, Richard Leach, Sawyer X, Sergey Poznyakoff, Sven Kirmess, Thibault Duponchelle, Todd Rinaldo, 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 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