diff options
author | Karl Williamson <khw@cpan.org> | 2015-10-20 21:40:36 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-11-20 10:53:26 -0700 |
commit | 629eeaee7130c432818fc6c21e37be80dc55dd48 (patch) | |
tree | b4300f5a8ea45955ba154494428e9397bb67f0fc /regcharclass.h | |
parent | 467a667a478081da892b51bc98585434c22c3069 (diff) | |
download | perl-629eeaee7130c432818fc6c21e37be80dc55dd48.tar.gz |
Various tests: use centralized locale detection
These tests were using individually defined heuristics to decide whether
to do locale testing or not. However t/loc_tools.pl provides functions
that are more reliable and complete for determining this than the
hand-rolled ones in these tests.
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regcharclass.h b/regcharclass.h index 22b371d7ab..36fbe4be63 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -2514,7 +2514,7 @@ * 1a0687fb9c6c4567e853913549df0944fe40821279a3e9cdaa6ab8679bc286fd lib/unicore/extracted/DLineBreak.txt * 40bcfed3ca727c19e1331f6c33806231d5f7eeeabd2e6a9e06a3740c85d0c250 lib/unicore/extracted/DNumType.txt * a18d502bad39d527ac5586d7bc93e29f565859e3bcc24ada627eff606d6f5fed lib/unicore/extracted/DNumValues.txt - * 2a113118f00b0a9ad6a12eb55b8341a332d8547a8841df2377e938e0fcd1b967 lib/unicore/mktables + * e36053b5f7b1948adaf77445daafd81533d7e38fc79fc1465c030f779a4dbe56 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl * d9c04ac46bdd81bb3e26519f2b8eb6242cb12337205add3f7cf092b0c58dccc4 regen/regcharclass.pl |