on 07/20/2001 12:16 PM, KIMURA Takeshi at [EMAIL PROTECTED] wrote:

> Scott R. Godin wrote on 01.7.18 4:11 AM:
>> I finally got bitched at it and tracked/traced the stupid bug down through
>> the fscking logic flow to an error in IO::File.pm
>> 
>> the IO::File.pm open sub should read :
>> 
>> $file = './' . $file if $file =~ m{\A[^\\/\w]} && $^O ne 'MacOS';
>> 
>> not
>> 
>> $file = './' . $file if $file =~ m{\A[^\\/\w]};
>> 
>> like, duh.
> 
> I'm glad to hear that you could successfully installed the module.
> 
> I am not sure, but I assume that you should not update the IO::
> File module.
> I have the original version '$VERSION = "1.0602";' which was
> distributed with the MacPerl application.
> 
> Which version of IO::File do you have?

I'm running 1.08 here under 520r4

-- 
Scott R. Godin            | e-mail : [EMAIL PROTECTED]
Laughing Dragon Services  |    web : http://www.webdragon.net/


Reply via email to