1PERL5224DELTA(1)       Perl Programmers Reference Guide       PERL5224DELTA(1)
2
3
4

NAME

6       perl5224delta - what is new for perl v5.22.4
7

DESCRIPTION

9       This document describes differences between the 5.22.3 release and the
10       5.22.4 release.
11
12       If you are upgrading from an earlier release such as 5.22.2, first read
13       perl5223delta, which describes differences between 5.22.2 and 5.22.3.
14

Security

16   Improved handling of '.' in @INC in base.pm
17       The handling of (the removal of) '.' in @INC in base has been improved.
18       This resolves some problematic behaviour in the approach taken in Perl
19       5.22.3, which is probably best described in the following two threads
20       on the Perl 5 Porters mailing list:
21       <http://www.nntp.perl.org/group/perl.perl5.porters/2016/08/msg238991.html>,
22       <http://www.nntp.perl.org/group/perl.perl5.porters/2016/10/msg240297.html>.
23
24   "Escaped" colons and relative paths in PATH
25       On Unix systems, Perl treats any relative paths in the PATH environment
26       variable as tainted when starting a new process.  Previously, it was
27       allowing a backslash to escape a colon (unlike the OS), consequently
28       allowing relative paths to be considered safe if the PATH was set to
29       something like "/\:.".  The check has been fixed to treat "." as
30       tainted in that example.
31

Modules and Pragmata

33   Updated Modules and Pragmata
34       •   base has been upgraded from version 2.22 to 2.22_01.
35
36       •   Module::CoreList has been upgraded from version 5.20170114_22 to
37           5.20170715_22.
38

Selected Bug Fixes

40       •   Fixed a crash with "s///l" where it thought it was dealing with
41           UTF-8 when it wasn't.  [GH #15543]
42           <https://github.com/Perl/perl5/issues/15543>
43

Acknowledgements

45       Perl 5.22.4 represents approximately 6 months of development since Perl
46       5.22.3 and contains approximately 2,200 lines of changes across 52
47       files from 16 authors.
48
49       Excluding auto-generated files, documentation and release tools, there
50       were approximately 970 lines of changes to 18 .pm, .t, .c and .h files.
51
52       Perl continues to flourish into its third decade thanks to a vibrant
53       community of users and developers.  The following people are known to
54       have contributed the improvements that became Perl 5.22.4:
55
56       Aaron Crane, Abigail, Aristotle Pagaltzis, Chris 'BinGOs' Williams,
57       David Mitchell, Eric Herman, Father Chrysostomos, James E Keenan, Karl
58       Williamson, Lukas Mai, Renee Baecker, Ricardo Signes, Sawyer X, Stevan
59       Little, Steve Hay, Tony Cook.
60
61       The list above is almost certainly incomplete as it is automatically
62       generated from version control history.  In particular, it does not
63       include the names of the (very much appreciated) contributors who
64       reported issues to the Perl bug tracker.
65
66       Many of the changes included in this version originated in the CPAN
67       modules included in Perl's core.  We're grateful to the entire CPAN
68       community for helping Perl to flourish.
69
70       For a more complete list of all of Perl's historical contributors,
71       please see the AUTHORS file in the Perl source distribution.
72

Reporting Bugs

74       If you find what you think is a bug, you might check the articles
75       recently posted to the comp.lang.perl.misc newsgroup and the perl bug
76       database at https://rt.perl.org/ .  There may also be information at
77       http://www.perl.org/ , the Perl Home Page.
78
79       If you believe you have an unreported bug, please run the perlbug
80       program included with your release.  Be sure to trim your bug down to a
81       tiny but sufficient test case.  Your bug report, along with the output
82       of "perl -V", will be sent off to perlbug@perl.org to be analysed by
83       the Perl porting team.
84
85       If the bug you are reporting has security implications, which make it
86       inappropriate to send to a publicly archived mailing list, then please
87       send it to perl5-security-report@perl.org.  This points to a closed
88       subscription unarchived mailing list, which includes all the core
89       committers, who will be able to help assess the impact of issues,
90       figure out a resolution, and help co-ordinate the release of patches to
91       mitigate or fix the problem across all platforms on which Perl is
92       supported.  Please only use this address for security issues in the
93       Perl core, not for modules independently distributed on CPAN.
94

SEE ALSO

96       The Changes file for an explanation of how to view exhaustive details
97       on what changed.
98
99       The INSTALL file for how to build Perl.
100
101       The README file for general stuff.
102
103       The Artistic and Copying files for copyright information.
104
105
106
107perl v5.34.0                      2021-10-18                  PERL5224DELTA(1)
Impressum