From: Richard D. <ric...@us...> - 2007-07-05 08:36:34
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs17:/tmp/cvs-serv29896 Modified Files: Changes Log Message: Add test cases for setting attributes on directories, by filename. Index: Changes =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Changes 4 Jul 2007 10:04:35 -0000 1.30 --- Changes 5 Jul 2007 08:36:34 -0000 1.31 *************** *** 1,5 **** Revision history for Perl extension File::ExtAttr. ! 1.05 2007-07-04 - (richdawe) Fix META.yml so that it's valid. Add a test using --- 1,5 ---- Revision history for Perl extension File::ExtAttr. ! 1.05 2007-07-05 - (richdawe) Fix META.yml so that it's valid. Add a test using *************** *** 8,11 **** --- 8,14 ---- - (richdawe) Fix RT #27864: "Tests fail with nl_NL locale set". + - (richdawe) Add test cases for setting attributes on directories, + by filename. + 1.04 2007-05-06 |