"Gisle Askestad" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I'm trying to install Time:HiRes from CPAN which is needed to use the
> File::Tail module. When running "Make" i get the error:
>
> Makefile:91: *** missing separator.  Stop.
>
> Makefile.PL says:
>
> NOTE: if you get an error like this (the line number may vary):
> Makefile:91: *** missing separator
> then set the environment variable LC_ALL to "C" and retry.
>
>
> Anyone knows where or how to set envionment variable LC_ALL to "C"?
>
use:

$ export LC_ALL=C

Then make will run.

Todd W.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to