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