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