This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Add note about recent doc change
authorKarl Williamson <khw@cpan.org>
Tue, 12 Apr 2016 18:55:21 +0000 (12:55 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 12 Apr 2016 19:46:03 +0000 (13:46 -0600)
pod/perldelta.pod

index e0ae30f..6ae2413 100644 (file)
@@ -461,6 +461,16 @@ Stack">, which explains how the perl context stack works.
 
 =back
 
+=head3 L<perllocale>
+
+=over 4
+
+A stronger caution about using locales in threaded applications is
+given.  Locales are not thread-safe, and you can get wrong results or
+even segfaults if you use them there.
+
+=back
+
 =head3 L<perlmodlib>
 
 =over 4