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