This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #133706) remove exploit code from Storable
[perl5.git] / pod / perl5293delta.pod
CommitLineData
21d34e95
JSA
1=encoding utf8
2
3=head1 NAME
4
5perl5293delta - what is new for perl v5.29.3
6
7=head1 DESCRIPTION
8
9This document describes differences between the 5.29.2 release and the 5.29.3
10release.
11
12If you are upgrading from an earlier release such as 5.29.1, first read
13L<perl5292delta>, which describes differences between 5.29.1 and 5.29.2.
14
15=head1 Modules and Pragmata
16
17=head2 Updated Modules and Pragmata
18
19=over 4
20
21=item *
22
23L<Archive::Tar> has been upgraded from version 2.30 to 2.32
24
25=item *
26
27L<Carp> has been upgraded from version 1.38 to 1.50
28
29=item *
30
31L<Data::Dumper> has been upgraded from version 2.171 to 2.172
32
33=item *
34
35L<Devel::PPPort> has been upgraded from version 3.42 to 3.43.
36
37=item *
38
39L<File::Path> has been upgraded from version 2.15 to 2.16.
40
41=item *
42
43PathTools has been upgraded from version 3.74 to 3.75
44
45=item *
46
47L<perlfaq> has been upgraded from version 5.20180605 to 5.0180915.
48
49=back
50
51=head2 Removed Modules and Pragmata
52
53=over 4
54
55=item *
56
57C<Locale::Codes> has been removed at the request of its author. It
58continues to be available on CPAN C<L<Locale::Codes>>. [perl #133458].
59
60=back
61
62=head1 Documentation
63
64=head2 Changes to Existing Documentation
65
66We have attempted to update the documentation to reflect the changes
67listed in this document. If you find any we have missed, send email
68to L<perlbug@perl.org|mailto:perlbug@perl.org>.
69
70Additionally, the following selected changes have been made:
71
72=head3 L<perlreapi>, L<perlvar>
73
74=over 4
75
76=item *
77
78Improve docs for lastparen, lastcloseparen
79
80=back
81
82=head1 Testing
83
84Tests were added and changed to reflect the other additions and changes
85in this release.
86
87=head1 Platform Support
88
89=head2 Platform-Specific Notes
90
91=over 4
92
93=item Windows
94
95The Windows Server 2003 SP1 Platform SDK build, with its early x64 compiler and
96tools, was accidentally broken in Perl 5.27.9. This has now been fixed.
97
98=back
99
100=head1 Selected Bug Fixes
101
102=over 4
103
104=item *
105
106Warnings produced from constant folding operations on overloaded
107values no longer produce spurious "Use of uninitialized value"
108warnings. [perl #132683]
109
110=item *
111
112Fix for "mutator not seen in (lex = ...) .= ..." [perl #133441]
113
114=back
115
116=head1 Acknowledgements
117
118Perl 5.29.3 represents approximately 4 weeks of development since Perl
1195.29.2 and contains approximately 150,000 lines of changes across 190 files
120from 15 authors.
121
122Excluding auto-generated files, documentation and release tools, there were
123approximately 140,000 lines of changes to 92 .pm, .t, .c and .h files.
124
125Perl continues to flourish into its fourth decade thanks to a vibrant
126community of users and developers. The following people are known to have
127contributed the improvements that became Perl 5.29.3:
128
129Andy Dougherty, Chris 'BinGOs' Williams, Dagfinn Ilmari Mannsåker, David
130Mitchell, Eugen Konkov, Graham Knop, H.Merijn Brand, James E Keenan, John SJ
131Anderson, Karen Etheridge, Karl Williamson, Sawyer X, Slaven Rezic, Steve
132Hay, Sullivan Beck, Tony Cook.
133
134The list above is almost certainly incomplete as it is automatically
135generated from version control history. In particular, it does not include
136the names of the (very much appreciated) contributors who reported issues to
137the Perl bug tracker.
138
139Many of the changes included in this version originated in the CPAN modules
140included in Perl's core. We're grateful to the entire CPAN community for
141helping Perl to flourish.
142
143For a more complete list of all of Perl's historical contributors, please
144see the F<AUTHORS> file in the Perl source distribution.
145
146=head1 Reporting Bugs
147
148If you find what you think is a bug, you might check the perl bug database
149at L<https://rt.perl.org/> . There may also be information at
150L<http://www.perl.org/> , the Perl Home Page.
151
152If you believe you have an unreported bug, please run the L<perlbug> program
153included with your release. Be sure to trim your bug down to a tiny but
154sufficient test case. Your bug report, along with the output of C<perl -V>,
155will be sent off to perlbug@perl.org to be analysed by the Perl porting team.
156
157If the bug you are reporting has security implications which make it
158inappropriate to send to a publicly archived mailing list, then see
159L<perlsec/SECURITY VULNERABILITY CONTACT INFORMATION>
160for details of how to report the issue.
161
162=head1 Give Thanks
163
164If you wish to thank the Perl 5 Porters for the work we had done in Perl 5,
165you can do so by running the C<perlthanks> program:
166
167 perlthanks
168
169This will send an email to the Perl 5 Porters list with your show of thanks.
170
171=head1 SEE ALSO
172
173The F<Changes> file for an explanation of how to view exhaustive details on
174what changed.
175
176The F<INSTALL> file for how to build Perl.
177
178The F<README> file for general stuff.
179
180The F<Artistic> and F<Copying> files for copyright information.
181
182=cut