NAME
perl5292delta - what is new for perl v5.29.2
DESCRIPTION
This document describes differences between the 5.29.1 release and the 5.29.2 release.
If you are upgrading from an earlier release such as 5.29.0, first read perl5291delta, which describes differences between 5.29.0 and 5.29.1.
Core Enhancements
Unicode 11.0 is supported
For details, see https://www.unicode.org/versions/Unicode11.0.0/.
The Word_Break property, as in past Perl releases, remains tailored to behave more in line with expectations of Perl users. This means that sequential runs of horizontal white space characters are not broken apart, but kept as a single run. Unicode 11 changed from past versions to be more in line with Perl, but it left several white space characters as causing breaks: TAB, NO BREAK SPACE, and FIGURE SPACE (U+2007). We have decided to continue to use the previous Perl tailoring with regards to these.
As of July 2018, another aspect of Unicode 11.0 is causing problems, and that is the changing the Georgian script to have both lower and uppercase letters. It turns out that many devices do not have fonts installed that can display the new uppercase letters, and people using Georgian are finding their text more or less illegible. It is being suggested that implementations delay their adoption of this portion of 11.0.
But since the next stable release of Perl is almost a year away, this aspect of 11.0 is being left in, with the option to back it out if things haven't improved by that time, or if we get too many complaints about the development release being unusable for Georgian users.
Modules and Pragmata
Updated Modules and Pragmata
Config::Extensions has been upgraded from version 0.02 to 0.03.
Data::Dumper has been upgraded from version 2.170 to 2.171.
File::Spec has been upgraded from version 3.74 to 3.75.
Filter::Util::Call has been upgraded from version 1.58 to 1.59.
HTTP::Tiny has been upgraded from version 0.070 to 0.076.
Module::CoreList has been upgraded from version 5.20180720 to 5.20180820.
PerlIO::scalar has been upgraded from version 0.29 to 0.30.
Storable has been upgraded from version 3.11 to 3.12.
Test::Simple has been upgraded from version 1.302138 to 1.302140.
Time::HiRes has been upgraded from version 1.9759 to 1.9760.
Time::Piece has been upgraded from version 1.3204 to 1.33.
warnings has been upgraded from version 1.42 to 1.43.
Platform-Specific Notes
- Win32
-
sleep()
with warnings enabled for aUSE_IMP_SYS
build no longer warns about the sleep timeout being too large. [perl #133376]
Selected Bug Fixes
The new in-place editing code no longer leaks directory handles. [perl #133314]
Acknowledgements
Perl 5.29.2 represents approximately 4 weeks of development since Perl 5.29.1 and contains approximately 59,000 lines of changes across 240 files from 15 authors.
Excluding auto-generated files, documentation and release tools, there were approximately 47,000 lines of changes to 130 .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.29.2:
Aaron Crane, Chad Granum, Chris 'BinGOs' Williams, Craig A. Berry, Daniel Dragan, David Mitchell, H.Merijn Brand, James E Keenan, Karl Williamson, Sawyer X, Sisyphus, Steve Hay, Tomasz Konojacki, Tony Cook, Unicode Consortium.
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.
Reporting Bugs
If you find what you think is a bug, you might check the perl bug database at https://rt.perl.org/ . There may also be information at http://www.perl.org/ , the Perl Home Page.
If you believe you have an unreported bug, please run the perlbug program included with your release. Be sure to trim your bug down to a tiny but sufficient test case. Your bug report, along with the output of perl -V
, will be sent off to perlbug@perl.org to be analysed by the Perl porting team.
If the bug you are reporting has security implications which make it inappropriate to send to a publicly archived mailing list, then see "SECURITY VULNERABILITY CONTACT INFORMATION" in perlsec for details of how to report the issue.
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 perlthanks
program:
perlthanks
This will send an email to the Perl 5 Porters list with your show of thanks.
SEE ALSO
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.