You are viewing the version of this documentation from Perl 5.31.7. This is a development version of Perl.

CONTENTS

NAME

perl5316delta - what is new for perl v5.31.6

DESCRIPTION

This document describes differences between the 5.31.5 release and the 5.31.6 release.

If you are upgrading from an earlier release such as 5.31.4, first read perl5315delta, which describes differences between 5.31.4 and 5.31.5.

Core Enhancements

Alpha assertions are no longer experimental

See "(*pla:pattern)" in perlre, "(*plb:pattern)" in perlre, "(*nla:pattern)" in perlre>, and "(*nlb:pattern)" in perlre. Use of these no longer generates a warning; existing code that disables the warning category experimental::script_run will continue to work without any changes needed. Enabling the category has no effect.

Script runs are no longer experimental

See "Script Runs" in perlre. Use of these no longer generates a warning; existing code that disables the warning category experimental::alpha_assertions will continue to work without any changes needed. Enabling the category has no effect.

Feature checks are now faster

Previously feature checks in the parser required a hash lookup when features we set outside of a feature bundle, this has been optimized to a bit mask check. [#17229]

Perl is now developed on Github

Perl is now developed on Github, you can find us at https://github.com/Perl/perl5.

Non-security bugs should now be reported via Github.

Modules and Pragmata

Updated Modules and Pragmata

Utility Changes

streamzip

Configuration and Compilation

Platform Support

Platform-Specific Notes

Windows

The configuration for ccflags and optimize are now separate, as with POSIX platforms. [#17156]

Internal Changes

Selected Bug Fixes

Acknowledgements

Perl 5.31.6 represents approximately 4 weeks of development since Perl 5.31.5 and contains approximately 43,000 lines of changes across 490 files from 31 authors.

Excluding auto-generated files, documentation and release tools, there were approximately 35,000 lines of changes to 300 .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.31.6:

Aaron Crane, Chad Granum, Chris 'BinGOs' Williams, Craig A. Berry, Dagfinn Ilmari Mannsåker, Dan Book, Dave Cross, David Mitchell, E. Choroba, Graham Knop, Hauke D, Ichinose Shogo, James E Keenan, Karen Etheridge, Karl Williamson, Matt Turner, Max Maischein, Nicholas Clark, Nicolas R., Pali, Paul Evans, Petr Písař, Richard Leach, Sergey Aleynikov, Steve Hay, Steve Peters, Todd Rinaldo, Tomasz Konojacki, Tom Hukins, 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 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://github.com/Perl/perl5/issues. 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.