summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-10-08 11:11:15 -0600
committerKarl Williamson <khw@cpan.org>2022-10-10 13:21:43 -0600
commit7a615b719074d2537dcc9f9c87ef4b4795182579 (patch)
tree644a98b07db81db4dc729bb88f1ff08ec9dbca97 /makedef.pl
parent4f50c78e42b21d08f83148eff2ad27a569153eb6 (diff)
downloadperl-7a615b719074d2537dcc9f9c87ef4b4795182579.tar.gz
makedef.pl Skip PL_in_utf8_COLLATE_locale if no LC_COLLATE
This fixes #20371
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 11cb5b0d03..c0f8ee1282 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -544,6 +544,7 @@ unless ($define{USE_LOCALE_COLLATE}) {
PL_strxfrm_NUL_replacement
PL_strxfrm_is_behaved
PL_strxfrm_max_cp
+ PL_in_utf8_COLLATE_locale
);
}