summaryrefslogtreecommitdiff
path: root/dist/I18N-LangTags
diff options
context:
space:
mode:
authorDavid Cantrell <david@cantrell.org.uk>2019-07-11 12:03:20 +0100
committerKarl Williamson <khw@cpan.org>2019-08-05 09:43:24 -0600
commitb2060bad3cb54109f555aaee6e6e748a2790609d (patch)
tree55406054ea959dfe9c3175cd11ab9c6d7cb4a05c /dist/I18N-LangTags
parent2453517ff20c4ecc09388d4487e0885325918e03 (diff)
downloadperl-b2060bad3cb54109f555aaee6e6e748a2790609d.tar.gz
I18N::LangTags: document IGNORE_WIN32_LOCALE
Diffstat (limited to 'dist/I18N-LangTags')
-rw-r--r--dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm b/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm
index b707250527..69efe67d22 100644
--- a/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm
+++ b/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm
@@ -207,7 +207,9 @@ This module looks for several environment variables, including
REQUEST_METHOD, HTTP_ACCEPT_LANGUAGE,
LANGUAGE, LC_ALL, LC_MESSAGES, and LANG.
-It will also use the L<Win32::Locale> module, if it's installed.
+It will also use the L<Win32::Locale> module, if it's installed
+and IGNORE_WIN32_LOCALE is not set to a true value in the
+environment.
=head1 SEE ALSO