summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2023-02-19 21:09:17 -0700
committerKarl Williamson <khw@cpan.org>2023-02-20 10:28:11 -0700
commit61241b1b25625d2583a35d9a5942d37b70d5e5b3 (patch)
treeb38279b68e7d0c2603dfd368ea0f0dd21dabe4dd /pod/perldelta.pod
parent1ca0f119b5c02a6f4fdb998f92d48d59c2e7bf66 (diff)
downloadperl-61241b1b25625d2583a35d9a5942d37b70d5e5b3.tar.gz
perldelta for my_snprintf
a683fa5b7e816ae5c10d246c9a0b1f3ea743274b
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 875791a979..cab7b6d8a7 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -478,6 +478,12 @@ configuration process. For instance
would allow up to 100 errors.
+=item *
+
+The API function L<perlapi/my_snprintf> now prints a non-dot decimal
+point if the perl code it ultimately is called from is in the scope of
+C<use locale> and the locale in effect calls for that.
+
=back
=head1 Known Problems