Skip to content

Commit 0fa74d6

Browse files
New perldelta for 5.43.1
1 parent dd317c4 commit 0fa74d6

File tree

10 files changed

+470
-18
lines changed

10 files changed

+470
-18
lines changed

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5753,6 +5753,7 @@ pod/perl5400delta.pod Perl changes in version 5.40.0
57535753
pod/perl5401delta.pod Perl changes in version 5.40.1
57545754
pod/perl5402delta.pod Perl changes in version 5.40.2
57555755
pod/perl5420delta.pod Perl changes in version 5.42.0
5756+
pod/perl5430delta.pod Perl changes in version 5.43.0
57565757
pod/perl561delta.pod Perl changes in version 5.6.1
57575758
pod/perl56delta.pod Perl changes in version 5.6
57585759
pod/perl581delta.pod Perl changes in version 5.8.1

Makefile.SH

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ esac
635635

636636
$spitshell >>$Makefile <<'!NO!SUBS!'
637637
638-
perltoc_pod_prereqs = extra.pods pod/perl5430delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
638+
perltoc_pod_prereqs = extra.pods pod/perl5431delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
639639
generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
640640
generated_headers = uudmap.h bitcount.h mg_data.h
641641
@@ -1144,9 +1144,9 @@ pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc
11441144
pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST
11451145
$(MINIPERL) pod/perlmodlib.PL -q
11461146
1147-
pod/perl5430delta.pod: pod/perldelta.pod
1148-
$(RMS) pod/perl5430delta.pod
1149-
$(LNS) perldelta.pod pod/perl5430delta.pod
1147+
pod/perl5431delta.pod: pod/perldelta.pod
1148+
$(RMS) pod/perl5431delta.pod
1149+
$(LNS) perldelta.pod pod/perl5431delta.pod
11501150
11511151
extra.pods: $(MINIPERL_EXE)
11521152
-@test ! -f extra.pods || rm -f `cat extra.pods`

pod/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/roffitall
4848

4949
# generated
50-
/perl5430delta.pod
50+
/perl5431delta.pod
5151
/perlapi.pod
5252
/perlintern.pod
5353
/perlmodlib.pod

pod/perl.pod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp
181181

182182
perlhist Perl history records
183183
perldelta Perl changes since previous version
184+
perl5430delta Perl changes in version 5.43.0
184185
perl5420delta Perl changes in version 5.42.0
185186
perl5402delta Perl changes in version 5.40.2
186187
perl5401delta Perl changes in version 5.40.1

pod/perl5430delta.pod

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
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

Comments
 (0)