We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a816864 commit 6807776Copy full SHA for 6807776
hints/aix.sh
@@ -704,4 +704,7 @@ case "$osvers" in
704
;;
705
esac
706
707
+# GH #23825
708
+ccflags="$ccflags -DNO_POSIX_2008_LOCALE"
709
+
710
# EOF
pod/perldelta.pod
@@ -330,9 +330,10 @@ L</Modules and Pragmata> section.
330
331
=over 4
332
333
-=item XXX-some-platform
+=item AIX
334
335
-XXX
+Thread-safe locale handling has been turned off on all releases due to
336
+apparent bugs in the underlying operating system support.
337
338
=back
339
0 commit comments