At 01:16 +0900 2001.07.21, KIMURA Takeshi 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?

FYI, this error is not present in the IO::File that is in MacPerl 5.6.1;
it's been ported to use File::Spec instead.

Also, you might want to test any scripts you are having problems with on
MacPerl 5.6.1a4, which contains HTML::Parser, and will be released today
(hopefully).  It is also in 5.6.1a3.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to