This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix GH Issue #19472: read warnings from open($fh,">",\(my $x))
[perl5.git] / pod / perl5350delta.pod
1 =encoding utf8
2
3 =head1 NAME
4
5 perl5350delta - what is new for perl v5.35.0
6
7 =head1 DESCRIPTION
8
9 This document describes differences between the 5.34.0 release and the 5.35.0
10 release.
11
12 If you are upgrading from an earlier release such as 5.32.0, first read
13 L<perl5340delta>, which describes differences between 5.32.0 and 5.34.0.
14
15 =head1 Modules and Pragmata
16
17 =head2 Updated Modules and Pragmata
18
19 =over 4
20
21 =item *
22
23 L<feature> has been upgraded from version 1.64 to 1.65.
24
25 =item *
26
27 L<Module::CoreList> has been upgraded from version 5.20210520 to 5.20210521.
28
29 =back
30
31 =head1 Acknowledgements
32
33 Perl 5.35.0 represents approximately 8 hours of wallclock time since Perl
34 5.34.0 and contains approximately 3,300 lines of changes across 40 files from 1
35 authors.
36
37 Excluding auto-generated files, documentation and release tools, there were
38 approximately 64 lines of changes to 6 .pm, .t, .c and .h files.
39
40 Perl continues to flourish into its fourth decade thanks to a vibrant
41 community of users and developers.  For a more complete list of all of Perl's
42 historical contributors, please see the F<AUTHORS> file in the Perl source
43 distribution.
44
45 Special thanks go to Sawyer X, who released perl v5.34.0 earlier today after
46 four years of work managing the project.
47
48 =head1 Reporting Bugs
49
50 If you find what you think is a bug, you might check the perl bug database
51 at L<https://github.com/Perl/perl5/issues>.  There may also be information at
52 L<http://www.perl.org/>, the Perl Home Page.
53
54 If you believe you have an unreported bug, please open an issue at
55 L<https://github.com/Perl/perl5/issues>.  Be sure to trim your bug down to a
56 tiny but sufficient test case.
57
58 If the bug you are reporting has security implications which make it
59 inappropriate to send to a public issue tracker, then see
60 L<perlsec/SECURITY VULNERABILITY CONTACT INFORMATION>
61 for details of how to report the issue.
62
63 =head1 Give Thanks
64
65 If you wish to thank the Perl 5 Porters for the work we had done in Perl 5,
66 you can do so by running the C<perlthanks> program:
67
68     perlthanks
69
70 This will send an email to the Perl 5 Porters list with your show of thanks.
71
72 =head1 SEE ALSO
73
74 The F<Changes> file for an explanation of how to view exhaustive details on
75 what changed.
76
77 The F<INSTALL> file for how to build Perl.
78
79 The F<README> file for general stuff.
80
81 The F<Artistic> and F<Copying> files for copyright information.
82
83 =cut