|
| 1 | +=encoding utf8 |
| 2 | + |
| 3 | +=head1 NAME |
| 4 | + |
| 5 | +perl5430delta - what is new for perl v5.43.0 |
| 6 | + |
| 7 | +=head1 DESCRIPTION |
| 8 | + |
| 9 | +This document describes differences between the 5.42.0 release and the 5.43.0 |
| 10 | +release. |
| 11 | + |
| 12 | +If you are upgrading from an earlier release such as 5.41.0, first read |
| 13 | +L<perl5420delta>, which describes differences between 5.41.0 and 5.42.0. |
| 14 | + |
| 15 | +=head1 Notice |
| 16 | + |
| 17 | +This is not a real release, but prepares for the Perl 5.43 development cycle. |
| 18 | +It has no real changes from Perl 5.42.0. |
| 19 | + |
| 20 | +=head1 Modules and Pragmata |
| 21 | + |
| 22 | +=head2 Updated Modules and Pragmata |
| 23 | + |
| 24 | +=over 4 |
| 25 | + |
| 26 | +=item * |
| 27 | + |
| 28 | +L<feature> has been upgraded from version 1.97 to 1.98. |
| 29 | + |
| 30 | +=item * |
| 31 | + |
| 32 | +L<Module::CoreList> has been upgraded from version 5.20250702 to 5.20250703. |
| 33 | + |
| 34 | +=back |
| 35 | + |
| 36 | +=head1 Reporting Bugs |
| 37 | + |
| 38 | +If you find what you think is a bug, you might check the perl bug database |
| 39 | +at L<https://github.com/Perl/perl5/issues>. There may also be information at |
| 40 | +L<https://www.perl.org/>, the Perl Home Page. |
| 41 | + |
| 42 | +If you believe you have an unreported bug, please open an issue at |
| 43 | +L<https://github.com/Perl/perl5/issues>. Be sure to trim your bug down to a |
| 44 | +tiny but sufficient test case. |
| 45 | + |
| 46 | +If the bug you are reporting has security implications which make it |
| 47 | +inappropriate to send to a public issue tracker, 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 |
0 commit comments