On Sat Jan 26 13:42:32 2008, rrt wrote:
Show quoted text> getfattr returns defined/undefined while delfattr returns true/false,
> for example. In concert with the other bug I filed (32679) about error
> returns, I suggest that your calls should either return 0/error code,
> or, if they have some other return value, return undef/return value and
> set $!.
I've just updated CVS so that it always sets $! with the value of errno
from the failed system call. I've only done this for Linux -- I will
make similar changes to FreeBSD/Solaris/Mac OS X when I have time.
The function return codes are the same as before.
I would be grateful if you could test File::ExtAttr CVS, to check that
it works the way you want it to:
http://sourceforge.net/cvs/?group_id=153116