Skip Menu |

This queue is for tickets about the Module-Install-Repository CPAN distribution.

Report information
The Basics
Id: 100899
Status: open
Priority: 0/
Queue: Module-Install-Repository

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: (no value)



Subject: Run commands in a known locale
Recent versions of svn and git are localized.
It would be safer to run commands in a LC_MESSAGES=C environment.

-- 
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
I know nothing about Module::Install plugins.
I tried to patch Module::Install::Repository::_execute to implement this (localize %ENV), but apparently it doesn't work like that.

-- 
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
Subject: Re: [rt.cpan.org #100899] Run commands in a known locale
Date: Sat, 13 Dec 2014 19:33:47 +0000
To: bug-Module-Install-Repository [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
like all my perl modules, the repository is at https://github.com/miyagawa/Module-Install-Repository Since I'm not an active user of Module::Install, anyone is welcomed to write a patch for it, send me a pull request, and i'll give a comaint on PAUSE. On Sat Dec 13 2014 at 9:35:37 AM Olivier Mengué via RT < bug-Module-Install-Repository@rt.cpan.org> wrote: Show quoted text
> Queue: Module-Install-Repository > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=100899 > > > I know nothing about Module::Install plugins. > I tried to patch Module::Install::Repository::_execute to implement this > (localize %ENV), but apparently it doesn't work like that. > > -- > Olivier Mengué - http://perlresume.org/DOLMEN - > https://gratipay.com/dolmen/ > >
On 2014-12-13 12:34:41, DOLMEN wrote: Show quoted text
> Recent versions of svn and git are localized. > It would be safer to run commands in a LC_MESSAGES=C environment.
I think you should use LC_ALL=C. LC_MESSAGES=C does not seem to work.