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

Reply via email to