It seems that this _may_ have something to do with the filetest pragma
in Perl:
http://search.cpan.org/dist/perl/lib/filetest.pm
As that page says, the filetest permission operators normally only check
the Unix mode bits, and ignore ACLs, but this can be changed with a pragma.
That document suggests that album should be changed not to use filetest
operators at all, but just go ahead and read the files, and then check
for error conditions afterwards.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]