This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/loc_tools.pl: miniperl can't use locale handling
authorKarl Williamson <khw@cpan.org>
Sat, 13 Apr 2019 18:01:40 +0000 (12:01 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 13 Apr 2019 18:16:11 +0000 (12:16 -0600)
commitd373bd46faf465c035c57e089175139afb75d0b3
tree722928d3a54ae238f1863981e67b8549cb1c0457
parentcade8963c79543f3abf3bb132b6119ac86a0929d
t/loc_tools.pl: miniperl can't use locale handling

Assume there is no locale handling on this system in the function
locales_enabled() if we are operating (as in minitest) without the boot
loader, as they can't be accessed because the POSIX module which
contains setlocale() can't be loaded.
t/loc_tools.pl