Skip to content

Commit 061637c

Browse files
committed
[perl #134172] perldelta
1 parent 39b0ad1 commit 061637c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pod/perldelta.pod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,14 @@ allows a keyword plugin to parse a subroutine signature while C<use feature
373373
semantics similar to regular C<sub> declarations that include signatures.
374374
[perl #132474]
375375

376+
=item *
377+
378+
Since on some platforms we need to hold a mutex when temporarily
379+
switching locales, new macros (C<STORE_LC_NUMERIC_SET_TO_NEEDED_IN>,
380+
C<WITH_LC_NUMERIC_SET_TO_NEEDED> and C<WITH_LC_NUMERIC_SET_TO_NEEDED_IN>)
381+
have been added to make it easier to do this safely and efficiently
382+
as part of [perl #134172].
383+
376384
=back
377385

378386
=head1 Selected Bug Fixes

0 commit comments

Comments
 (0)