From: Richard D. <ric...@us...> - 2009-03-05 06:42:26
|
Update of /cvsroot/file-extattr/File-ExtAttr/lib/File In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20501/lib/File Modified Files: ExtAttr.pm Log Message: Fix RT #31970: "OS X: setfattr fails to set empty value". According to the CPAN Testers results, this works on Mac OS X 10.5. Skip the "empty" tests on Mac OS X 10.4 and earlier. Document issue. Index: ExtAttr.pm =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/lib/File/ExtAttr.pm,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** ExtAttr.pm 27 Oct 2008 13:58:34 -0000 1.34 --- ExtAttr.pm 5 Mar 2009 06:42:20 -0000 1.35 *************** *** 349,352 **** --- 349,357 ---- None + =head1 BUGS + + You cannot set empty attributes on Mac OS X 10.4 and earlier. + This is a bug in Darwin, rather than File::ExtAttr. + =head1 SEE ALSO |