Skip to content

Commit 9f699f4

Browse files
New perldelta for 5.41.12
1 parent 75eeb99 commit 9f699f4

10 files changed

+494
-42
lines changed

MANIFEST

+1
Original file line numberDiff line numberDiff line change
@@ -5752,6 +5752,7 @@ pod/perl5402delta.pod Perl changes in version 5.40.2
57525752
pod/perl5410delta.pod Perl changes in version 5.41.0
57535753
pod/perl54110delta.pod Perl changes in version 5.41.10
57545754
pod/perl54111delta.pod Perl changes in version 5.41.11
5755+
pod/perl54112delta.pod Perl changes in version 5.41.12
57555756
pod/perl5411delta.pod Perl changes in version 5.41.1
57565757
pod/perl5412delta.pod Perl changes in version 5.41.2
57575758
pod/perl5413delta.pod Perl changes in version 5.41.3

Makefile.SH

+4-4
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/perl54112delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
630+
perltoc_pod_prereqs = extra.pods pod/perl54113delta.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/perl54112delta.pod: pod/perldelta.pod
1140-
$(RMS) pod/perl54112delta.pod
1141-
$(LNS) perldelta.pod pod/perl54112delta.pod
1139+
pod/perl54113delta.pod: pod/perldelta.pod
1140+
$(RMS) pod/perl54113delta.pod
1141+
$(LNS) perldelta.pod pod/perl54113delta.pod
11421142
11431143
extra.pods: $(MINIPERL_EXE)
11441144
-@test ! -f extra.pods || rm -f `cat extra.pods`

pod/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/roffitall
4848

4949
# generated
50-
/perl54112delta.pod
50+
/perl54113delta.pod
5151
/perlapi.pod
5252
/perlintern.pod
5353
/perlmodlib.pod

pod/perl.pod

+1
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+
perl54112delta Perl changes in version 5.41.12
184185
perl54111delta Perl changes in version 5.41.11
185186
perl54110delta Perl changes in version 5.41.10
186187
perl5419delta Perl changes in version 5.41.9

pod/perl54112delta.pod

+98
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
=encoding utf8
2+
3+
=head1 NAME
4+
5+
perl54112delta - what is new for perl v5.41.12
6+
7+
=head1 DESCRIPTION
8+
9+
This document describes differences between the 5.41.11 release and the 5.41.12
10+
release.
11+
12+
If you are upgrading from an earlier release such as 5.41.10, first read
13+
L<perl54111delta>, which describes differences between 5.41.10 and 5.41.11.
14+
15+
=head1 Configuration and Compilation
16+
17+
This release contains one fix, which only affects the darwin architecture (macos),
18+
where F<hints/darwin.sh> contained a syntax error that caused the installation to fail.
19+
20+
=head2 Platform-Specific Notes
21+
22+
=over 4
23+
24+
=item MacOS (Darwin)
25+
26+
As in release 5.41.11, collation of strings using locales on MacOS 15 (Darwin
27+
24) and up has been turned off due to a failed assertion in its libc.
28+
29+
If earlier versions are also experiencing issues (such as failures in
30+
F<locale.t>), you can explicitly disable locale collation by adding the
31+
C<-DNO_LOCALE_COLLATE> option to your invokation of C<./Configure>,
32+
or to the C<ccflags> and C<cppflags> variables in F<config.sh>.
33+
34+
=back
35+
36+
=head1 Acknowledgements
37+
38+
Perl 5.41.12 represents approximately 0 weeks of development since Perl
39+
5.41.11 and contains approximately 770 lines of changes across 36 files from
40+
1 authors.
41+
42+
Excluding auto-generated files, documentation and release tools, there were
43+
approximately 35 lines of changes to 4 .pm, .t, .c and .h files.
44+
45+
Perl continues to flourish into its fourth decade thanks to a vibrant
46+
community of users and developers. The following people are known to have
47+
contributed the improvements that became Perl 5.41.12:
48+
49+
Karen Etheridge.
50+
51+
The list above is almost certainly incomplete as it is automatically
52+
generated from version control history. In particular, it does not include
53+
the names of the (very much appreciated) contributors who reported issues to
54+
the Perl bug tracker.
55+
56+
Many of the changes included in this version originated in the CPAN modules
57+
included in Perl's core. We're grateful to the entire CPAN community for
58+
helping Perl to flourish.
59+
60+
For a more complete list of all of Perl's historical contributors, please
61+
see the F<AUTHORS> file in the Perl source distribution.
62+
63+
=head1 Reporting Bugs
64+
65+
If you find what you think is a bug, you might check the perl bug database
66+
at L<https://github.com/Perl/perl5/issues>. There may also be information at
67+
L<https://www.perl.org/>, the Perl Home Page.
68+
69+
If you believe you have an unreported bug, please open an issue at
70+
L<https://github.com/Perl/perl5/issues>. Be sure to trim your bug down to a
71+
tiny but sufficient test case.
72+
73+
If the bug you are reporting has security implications which make it
74+
inappropriate to send to a public issue tracker, then see
75+
L<perlsec/SECURITY VULNERABILITY CONTACT INFORMATION>
76+
for details of how to report the issue.
77+
78+
=head1 Give Thanks
79+
80+
If you wish to thank the Perl 5 Porters for the work we had done in Perl 5,
81+
you can do so by running the C<perlthanks> program:
82+
83+
perlthanks
84+
85+
This will send an email to the Perl 5 Porters list with your show of thanks.
86+
87+
=head1 SEE ALSO
88+
89+
The F<Changes> file for an explanation of how to view exhaustive details on
90+
what changed.
91+
92+
The F<INSTALL> file for how to build Perl.
93+
94+
The F<README> file for general stuff.
95+
96+
The F<Artistic> and F<Copying> files for copyright information.
97+
98+
=cut

0 commit comments

Comments
 (0)