Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: fd785c186ced80a98fb890fb53db8821cc805442 https://github.com/Perl/perl5/commit/fd785c186ced80a98fb890fb53db8821cc805442 Author: Karl Williamson <k...@cpan.org> Date: 2023-05-26 (Fri, 26 May 2023)
Changed paths: M locale.c M t/loc_tools.pl Log Message: ----------- t/loc_tools.pl: Update text for searched for diagnostic This fixes #21113. This script looks for locales that have no idiosyncracies. It excludes ones that generate warnings that there are potential issues with them. However, commit 667fa5f07f977e11018489f79c0e6531c9f79a72 changed the warning text, without updating this script with the new text. Hence, problematic locales were let through. Simply update the searched-for text now, and add a cross-referencing comment to where the text is generated to keep this from happening again. The problem in this ticket is that a locale chosen on this platform happens to have idiosyncracies. Other platforms happen to currently choose different locales that aren't problematic. This change keeps any problematic locale from being chosen.