From: Richard D. <ric...@us...> - 2008-01-26 08:48:37
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23881 Modified Files: TODO Log Message: User requirement on error handling Index: TODO =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/TODO,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** TODO 26 Jan 2008 08:38:11 -0000 1.18 --- TODO 26 Jan 2008 08:48:41 -0000 1.19 *************** *** 9,12 **** --- 9,13 ---- * throw exceptions rather than warnings on getxattr() failure (set $@, die => need eval to catch errors? not sure I like that) + * Set $! to errno in xattr operations, for use in FUSE filesystems. * symbolic link handling (O_NOFOLLOW on Mac OS X) * Check it can be used with Perl 5.6.x |