This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
d_setlocale.U: Pay attention to hints file
authorKarl Williamson <khw@cpan.org>
Sun, 21 Jun 2020 18:46:00 +0000 (12:46 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 21 Aug 2020 14:38:07 +0000 (08:38 -0600)
commit7ba9a688609db1a6d6acf7d4731c4236f39b256d
tree204103cbe7994d3039a7af4df393f388bdf0215d
parenta464ca209b0a081acb31b8aa06888b1d043af677
d_setlocale.U: Pay attention to hints file

This was ignoring any hints file setting of d_setlocale, and checking if
the system appears to have a sane one.  But there are cases where the
setlocale isn't really sane, even though it appears to be, and the hints
file is used to override this setting.  This commit now pays attention
to that override.
U/perl/d_setlocale.U