In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/28269cae37d6d6f78b7f04769d89a56f5a11c2f4?hp=442d4b523eda1f5c8549c30d32b6539ec1c65ef9>
- Log ----------------------------------------------------------------- commit 28269cae37d6d6f78b7f04769d89a56f5a11c2f4 Author: David Cantrell <[email protected]> Date: Thu Jul 11 12:04:40 2019 +0100 I18N::LangTags: minor clarification Don't imply that there are other undocumented env vars in play commit b2060bad3cb54109f555aaee6e6e748a2790609d Author: David Cantrell <[email protected]> Date: Thu Jul 11 12:03:20 2019 +0100 I18N::LangTags: document IGNORE_WIN32_LOCALE commit 2453517ff20c4ecc09388d4487e0885325918e03 Author: David Cantrell <[email protected]> Date: Thu Jul 11 12:35:58 2019 +0100 I18N::LangTags: bump version ----------------------------------------------------------------------- Summary of changes: dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm b/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm index 16b91db336..d7a0d46b83 100644 --- a/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm +++ b/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm @@ -11,7 +11,7 @@ our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, BEGIN { unless(defined &DEBUG) { *DEBUG = sub () {0} } } # define the constant 'DEBUG' at compile-time -our $VERSION = "1.07"; +our $VERSION = "1.08"; our @ISA = (); use I18N::LangTags qw(alternate_language_tags locale2language_tag); @@ -203,11 +203,13 @@ 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. -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 -- Perl5 Master Repository
