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?
--
KIMURA Takeshi
mailto:[EMAIL PROTECTED]
- [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Chris Nandor
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl KIMURA Takeshi
- Re: [MacPerl] HTML-Parser-3.25 for MacPerl Scott R. Godin
