Skip to content

Commit f09c7c6

Browse files
committed
New perldelta for 5.41.5
1 parent a5d36d8 commit f09c7c6

File tree

10 files changed

+494
-42
lines changed

10 files changed

+494
-42
lines changed

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5734,6 +5734,7 @@ pod/perl5411delta.pod Perl changes in version 5.41.1
57345734
pod/perl5412delta.pod Perl changes in version 5.41.2
57355735
pod/perl5413delta.pod Perl changes in version 5.41.3
57365736
pod/perl5414delta.pod Perl changes in version 5.41.4
5737+
pod/perl5415delta.pod Perl changes in version 5.41.5
57375738
pod/perl561delta.pod Perl changes in version 5.6.1
57385739
pod/perl56delta.pod Perl changes in version 5.6
57395740
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
@@ -627,7 +627,7 @@ esac
627627

628628
$spitshell >>$Makefile <<'!NO!SUBS!'
629629
630-
perltoc_pod_prereqs = extra.pods pod/perl5415delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
630+
perltoc_pod_prereqs = extra.pods pod/perl5416delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
631631
generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
632632
generated_headers = uudmap.h bitcount.h mg_data.h
633633
@@ -1136,9 +1136,9 @@ pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc
11361136
pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST
11371137
$(MINIPERL) pod/perlmodlib.PL -q
11381138
1139-
pod/perl5415delta.pod: pod/perldelta.pod
1140-
$(RMS) pod/perl5415delta.pod
1141-
$(LNS) perldelta.pod pod/perl5415delta.pod
1139+
pod/perl5416delta.pod: pod/perldelta.pod
1140+
$(RMS) pod/perl5416delta.pod
1141+
$(LNS) perldelta.pod pod/perl5416delta.pod
11421142
11431143
extra.pods: $(MINIPERL_EXE)
11441144
-@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-
/perl5415delta.pod
50+
/perl5416delta.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+
perl5415delta Perl changes in version 5.41.5
184185
perl5414delta Perl changes in version 5.41.4
185186
perl5413delta Perl changes in version 5.41.3
186187
perl5412delta Perl changes in version 5.41.2

pod/perl5415delta.pod

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
=encoding utf8
2+
3+
=head1 NAME
4+
5+
perl5415delta - what is new for perl v5.41.5
6+
7+
=head1 DESCRIPTION
8+
9+
This document describes differences between the 5.41.4 release and the 5.41.5
10+
release.
11+
12+
If you are upgrading from an earlier release such as 5.41.3, first read
13+
L<perl5414delta>, which describes differences between 5.41.3 and 5.41.4.
14+
15+
=head1 Modules and Pragmata
16+
17+
=head2 Updated Modules and Pragmata
18+
19+
=over 4
20+
21+
=item *
22+
23+
L<Digest::MD5> has been upgraded from version 2.58_01 to 2.59.
24+
25+
=item *
26+
27+
L<ExtUtils::ParseXS> has been upgraded from version 3.54 to 3.55.
28+
29+
=item *
30+
31+
L<ExtUtils::Typemaps> has been upgraded from version 3.54 to 3.55.
32+
33+
=item *
34+
35+
L<IPC::Open3> has been upgraded from version 1.22 to 1.23.
36+
37+
=item *
38+
39+
L<Module::CoreList> has been upgraded from version 5.20240920 to 5.20241020.
40+
41+
=item *
42+
43+
L<Scalar::Util> has been upgraded from version 1.66 to 1.68.
44+
45+
=item *
46+
47+
L<threads::shared> has been upgraded from version 1.69 to 1.70.
48+
49+
=back
50+
51+
=head1 Acknowledgements
52+
53+
Perl 5.41.5 represents approximately 4 weeks of development since Perl
54+
5.41.4 and contains approximately 4,900 lines of changes across 87 files
55+
from 14 authors.
56+
57+
Excluding auto-generated files, documentation and release tools, there were
58+
approximately 3,800 lines of changes to 48 .pm, .t, .c and .h files.
59+
60+
Perl continues to flourish into its fourth decade thanks to a vibrant
61+
community of users and developers. The following people are known to have
62+
contributed the improvements that became Perl 5.41.5:
63+
64+
Craig A. Berry, Dan Book, David Mitchell, Gianni Ceccarelli, Karen
65+
Etheridge, Karl Williamson, Leon Timmermans, Lukas Mai, Paul Evans, Philippe
66+
Bruhat (BooK), Richard Leach, Sisyphus, TAKAI Kousuke, Thibault Duponchelle.
67+
68+
The list above is almost certainly incomplete as it is automatically
69+
generated from version control history. In particular, it does not include
70+
the names of the (very much appreciated) contributors who reported issues to
71+
the Perl bug tracker.
72+
73+
Many of the changes included in this version originated in the CPAN modules
74+
included in Perl's core. We're grateful to the entire CPAN community for
75+
helping Perl to flourish.
76+
77+
For a more complete list of all of Perl's historical contributors, please
78+
see the F<AUTHORS> file in the Perl source distribution.
79+
80+
=head1 Reporting Bugs
81+
82+
If you find what you think is a bug, you might check the perl bug database
83+
at L<https://github.com/Perl/perl5/issues>. There may also be information at
84+
L<https://www.perl.org/>, the Perl Home Page.
85+
86+
If you believe you have an unreported bug, please open an issue at
87+
L<https://github.com/Perl/perl5/issues>. Be sure to trim your bug down to a
88+
tiny but sufficient test case.
89+
90+
If the bug you are reporting has security implications which make it
91+
inappropriate to send to a public issue tracker, then see
92+
L<perlsec/SECURITY VULNERABILITY CONTACT INFORMATION>
93+
for details of how to report the issue.
94+
95+
=head1 Give Thanks
96+
97+
If you wish to thank the Perl 5 Porters for the work we had done in Perl 5,
98+
you can do so by running the C<perlthanks> program:
99+
100+
perlthanks
101+
102+
This will send an email to the Perl 5 Porters list with your show of thanks.
103+
104+
=head1 SEE ALSO
105+
106+
The F<Changes> file for an explanation of how to view exhaustive details on
107+
what changed.
108+
109+
The F<INSTALL> file for how to build Perl.
110+
111+
The F<README> file for general stuff.
112+
113+
The F<Artistic> and F<Copying> files for copyright information.
114+
115+
=cut

0 commit comments

Comments
 (0)