Hi,
while trying to use a module (Finance::Quote) I got an almost similar message.
I don't know whether this is related. All modules are installed correctly
(especially HTML::TableExtract). Has anybody an idea whether this has to do
with Tiger and how I can work around it?
Can't locate auto/HTML/TableExtract/rows.al in @INC (@INC contains:
/System/Library/Perl/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level
/Library/Perl/5.8.6 /Library/Perl
/Network/Library/Perl/5.8.6/darwin-thread-multi-2level
/Network/Library/Perl/5.8.6 /Network/Library/Perl
/System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at
/Library/Perl/5.8.6/Finance/Quote/ASX.pm line 89
(perl, v5.8.6)
Cheers,
Gert
On Saturday, July 09, 2005, at 07:52AM, Dan Kogai <[EMAIL PROTECTED]> wrote:
>Folks,
>
>On Jul 09, 2005, at 12:56 , Chris Devers wrote:
>> The first failed test is:
>>
>> use MacOSX::File::Catalog;
>> ...
>> my $asked = askgetfileinfo("dummy");
>> $asked eq "avbstcLinmed" ? ok(1) : ok(0);
>>
>> The second failed test is nearly identical:
>>
>> use MacOSX::File;
>> use MacOSX::File::Info;
>> ...
>> my $asked = askgetfileinfo("dummy");
>> ok($asked eq "avbstcLinmed");
>>
>> So... something wrong with askgetfileinfo() on Tiger maybe ?
>
>Looks like on Tiger there appeared one more attribute 'z',
>
>man GetFileInfo
>> z Busy (allowed on folders)
>
>I will come up w/ a workaround so please wait for a while...
>
>Dan the Maintainer Thereof
>
>
Gert