Skip Menu |

This queue is for tickets about the Acme-Perl-Consensual CPAN distribution.

Report information
The Basics
Id: 81252
Status: resolved
Priority: 0/
Queue: Acme-Perl-Consensual

People
Owner: perl [...] toby.ink
Requestors: MAUKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.001
Fixed in: (no value)



Subject: wrong order of checks of locale variables
To determine the current locale, this module checks LC_LEGAL first and falls back to LC_ALL. This is wrong. It should check LC_ALL first, then LC_LEGAL, then LANG (LC_ALL is a global override, while LANG is a fallback value for everything else).
Fixed in 0.002.