mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Turn off POSIX 2008 locales on AIX
Fixes #23825 From the discussion in that ticket, it appears that the problem is the OS.
This commit is contained in:
parent
1a9cfc30d5
commit
1f9d9f8d5e
@ -704,4 +704,7 @@ case "$osvers" in
|
||||
;;
|
||||
esac
|
||||
|
||||
# GH #23825
|
||||
d_duplocale='undef'
|
||||
|
||||
# EOF
|
||||
|
||||
@ -330,9 +330,10 @@ L</Modules and Pragmata> section.
|
||||
|
||||
=over 4
|
||||
|
||||
=item XXX-some-platform
|
||||
=item AIX
|
||||
|
||||
XXX
|
||||
Thread-safe locale handling has been turned off on all releases due to
|
||||
apparent bugs in the underlying operating system support.
|
||||
|
||||
=back
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user