This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add ${^SAFE_LOCALES}
authorKarl Williamson <khw@cpan.org>
Thu, 15 Feb 2018 04:15:40 +0000 (21:15 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 18 Feb 2018 18:20:32 +0000 (11:20 -0700)
commitf512d242c9d4638098e64ccb855ca371e916bd5a
treeb791e97b54e265a01fc4efb6159d5f4df32849ee
parentb119c2beea90ac8d7c9a63881ec4c00357d2f309
Add ${^SAFE_LOCALES}

This read-only variable returns a boolean as to whether it is safe to
use locales in this perl.  Without threads it returns 1; when a future
commit adds thread-safe locale handling, it will also return 1 if that
is enabled.
gv.c
mg.c
pod/perldelta.pod
pod/perlvar.pod