summaryrefslogtreecommitdiff
path: root/dist/I18N-LangTags
diff options
context:
space:
mode:
authorDavid Cantrell <david@cantrell.org.uk>2019-07-11 12:04:40 +0100
committerKarl Williamson <khw@cpan.org>2019-08-05 09:43:26 -0600
commit28269cae37d6d6f78b7f04769d89a56f5a11c2f4 (patch)
tree9e5de038446474765ab7a46096c680ea2f27c723 /dist/I18N-LangTags
parentb2060bad3cb54109f555aaee6e6e748a2790609d (diff)
downloadperl-28269cae37d6d6f78b7f04769d89a56f5a11c2f4.tar.gz
I18N::LangTags: minor clarification
Don't imply that there are other undocumented env vars in play
Diffstat (limited to 'dist/I18N-LangTags')
-rw-r--r--dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm b/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm
index 69efe67d22..d7a0d46b83 100644
--- a/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm
+++ b/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm
@@ -203,7 +203,7 @@ C<I18N::LangTags::implicate_supers(...)>, like so:
=head1 ENVIRONMENT
-This module looks for several environment variables, including
+This module looks at several environment variables:
REQUEST_METHOD, HTTP_ACCEPT_LANGUAGE,
LANGUAGE, LC_ALL, LC_MESSAGES, and LANG.