From: Richard D. <ric...@us...> - 2006-09-30 22:10:16
|
Update of /cvsroot/file-extattr/File-ExtAttr/lib/File In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1641/lib/File Modified Files: ExtAttr.pm Log Message: Initial BSD support for attribute flag Index: ExtAttr.pm =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/lib/File/ExtAttr.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ExtAttr.pm 19 Aug 2006 18:34:42 -0000 1.15 --- ExtAttr.pm 30 Sep 2006 22:10:12 -0000 1.16 *************** *** 204,207 **** --- 204,210 ---- If the attribute could not be set, a warning is issued. + Note that C<create> cannot be implemented in a race-free manner on *BSD. + If your code relies on the C<create> behaviour, it may be insecure on *BSD. + =cut |