This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport improvements to setlocale() probe
authorAaron Crane <arc@cpan.org>
Thu, 25 Apr 2019 10:57:08 +0000 (11:57 +0100)
committerAaron Crane <arc@cpan.org>
Thu, 25 Apr 2019 11:32:01 +0000 (12:32 +0100)
commitf313dd7e674763e97ff139dcb7875237913500c8
tree9da75636be5ab88bbda667d6fa6e275ed6c246c9
parent11341fdec799e899e936e8a4203bda825109396e
Backport improvements to setlocale() probe

This is from Perl 5 commit 2e3ef32f4acc106de6ae8170099f09a36d4ef490, but
with a couple of changes to appease the metaconfig linter by avoiding
strings of the form /\w+=\S+/ (which it interprets as attempts to set shell
variables).
U/perl/d_setlocale.U [new file with mode: 0644]