summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-08-20 08:00:38 -0600
committerKarl Williamson <khw@cpan.org>2022-08-20 08:04:46 -0600
commit6c72dca9c66eec7c95ba804ed0587754df1bb0ea (patch)
tree1c9bd8c6a2e05ca70a976856493dbb26097ad6d4 /hints
parent7f367253e335e8507638bb2ca1767c0fedbc95d3 (diff)
downloadperl-6c72dca9c66eec7c95ba804ed0587754df1bb0ea.tar.gz
Make freebsd not use POSIX 2008 locales
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265950 We do not yet know the extent of the problem.
Diffstat (limited to 'hints')
-rw-r--r--hints/freebsd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index bcf220a095..4d26835e99 100644
--- a/hints/freebsd.sh
+++ b/hints/freebsd.sh
@@ -371,3 +371,6 @@ esac
# This function on this box has weird behavior. See
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255646
d_querylocale='undef'
+
+# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265950
+d_duplocale='undef'