From: Richard D. <ric...@us...> - 2008-01-26 08:25:30
|
Update of /cvsroot/file-extattr/File-ExtAttr/lib/File In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv14441/lib/File Modified Files: ExtAttr.pm Log Message: Fix apostrophe escaping typo Index: ExtAttr.pm =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/lib/File/ExtAttr.pm,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** ExtAttr.pm 21 Dec 2007 16:52:12 -0000 1.28 --- ExtAttr.pm 26 Jan 2008 08:25:32 -0000 1.29 *************** *** 244,248 **** C<%flags> allows control of whether the attribute should be created ! or should replace an existing attribute\'s value. If the key C<create> is true, setfattr will fail if the attribute already exists. If the key C<replace> is true, setfattr will fail if the attribute --- 244,248 ---- C<%flags> allows control of whether the attribute should be created ! or should replace an existing attribute's value. If the key C<create> is true, setfattr will fail if the attribute already exists. If the key C<replace> is true, setfattr will fail if the attribute |