Re: cvs commit: parrot/imcc/t/syn file.t

2004-02-13 Thread Bernhard Schmalhofer
to try to make it work. CU, Bernhard Adam -Original Message- From: Leopold Toetsch [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 5:19 AM To: Jens Rieks Cc: [EMAIL PROTECTED] Subject: Re: cvs commit: parrot/imcc/t/syn file.t Jens Rieks <[EMAIL PROTECTED]> wrote:

Re: cvs commit: parrot/imcc/t/syn file.t

2004-02-12 Thread Adam Thomason
> Cc: [EMAIL PROTECTED] > Subject: Re: cvs commit: parrot/imcc/t/syn file.t > > > Jens Rieks <[EMAIL PROTECTED]> wrote: > > > The test has to be located inside the eval, this construct > has no effect. > > Might it be better to set LANG to 'C', instead of 'en'? > > Thanks, applied. > leo >

Re: cvs commit: parrot/imcc/t/syn file.t

2004-02-12 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > The test has to be located inside the eval, this construct has no effect. > Might it be better to set LANG to 'C', instead of 'en'? Thanks, applied. leo

Re: cvs commit: parrot/imcc/t/syn file.t

2004-02-12 Thread Jens Rieks
Am Donnerstag, 12. Februar 2004 08:18 schrieb Leopold Toetsch: [snip] > eval { local $ENV{LANG} = 'en'; }; [snip] The test has to be located inside the eval, this construct has no effect. Might it be better to set LANG to 'C', instead of 'en'? 'en' in not installed on my system, but 'C' is in eng