This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace a few http urls with https
[perl5.git] / pod / perl5310delta.pod
1 =encoding utf8
2
3 =head1 NAME
4
5 perl5310delta - what is new for perl v5.31.0
6
7 =head1 DESCRIPTION
8
9 This document describes differences between the 5.30.0 release and the 5.31.0
10 release.
11
12 If you are upgrading from an earlier release such as 5.29.0, first read
13 L<perl5300delta>, which describes differences between 5.29.0 and 5.30.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.54 to 1.55.
24
25 =item *
26
27 L<Module::CoreList> has been upgraded from version 5.20190522 to 5.20190524.
28
29 =item *
30
31 L<Socket> has been upgraded from version 2.027 to 2.029.
32
33 =back
34
35 =head1 Reporting Bugs
36
37 If you find what you think is a bug, you might check the perl bug database
38 at L<https://rt.perl.org/>.  There may also be information at
39 L<http://www.perl.org/>, the Perl Home Page.
40
41 If you believe you have an unreported bug, please run the L<perlbug> program
42 included with your release.  Be sure to trim your bug down to a tiny but
43 sufficient test case.  Your bug report, along with the output of C<perl -V>,
44 will be sent off to perlbug@perl.org to be analysed by the Perl porting team.
45
46 If the bug you are reporting has security implications which make it
47 inappropriate to send to a publicly archived mailing list, then see
48 L<perlsec/SECURITY VULNERABILITY CONTACT INFORMATION>
49 for details of how to report the issue.
50
51 =head1 Give Thanks
52
53 If you wish to thank the Perl 5 Porters for the work we had done in Perl 5,
54 you can do so by running the C<perlthanks> program:
55
56     perlthanks
57
58 This will send an email to the Perl 5 Porters list with your show of thanks.
59
60 =head1 SEE ALSO
61
62 The F<Changes> file for an explanation of how to view exhaustive details on
63 what changed.
64
65 The F<INSTALL> file for how to build Perl.
66
67 The F<README> file for general stuff.
68
69 The F<Artistic> and F<Copying> files for copyright information.
70
71 =cut