In perl.git, the branch smoke-me/jkeenan/124310-locale has been created
<http://perl5.git.perl.org/perl.git/commitdiff/6a05bd33dbd37abe783e08868f494e2e15a499da?hp=0000000000000000000000000000000000000000>
at 6a05bd33dbd37abe783e08868f494e2e15a499da (commit)
- Log -----------------------------------------------------------------
commit 6a05bd33dbd37abe783e08868f494e2e15a499da
Author: Niko Tyni <[email protected]>
Date: Wed Apr 15 18:41:57 2015 +0300
Make t/run/locale.t survive missing locales masked by LC_ALL
If LC_ALL is set to a valid locale but another LC_* setting like LC_CTYPE
isn't, t/run/locale.t would fail because it explicitly unsets LC_ALL,
unmasking the problem underneath. All the other tests survive such
a scenario.
While this is clearly an error in the build environment, it's easy to make
the test more robust by first clearing all the locale relevant variables.
Bug-Debian: https://bugs.debian.org/782068
For: RT #124310
-----------------------------------------------------------------------
--
Perl5 Master Repository