From: Richard D. <ric...@us...> - 2007-07-04 10:08:32
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs17:/tmp/cvs-serv11030 Modified Files: TODO Log Message: Sync TODOs with reality Index: TODO =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/TODO,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** TODO 25 Jun 2007 09:48:27 -0000 1.16 --- TODO 4 Jul 2007 10:08:29 -0000 1.17 *************** *** 20,29 **** without xattrs)? ! Get it to build on NetBSD 3.0 - it doesn't have strerror_r, which we need. ! NetBSD 4.0 is the first NetBSD to support extattrs on disk, so maybe ! there's no point supporting 3.0? ! ! Document pre-reqs for test suite: Test::Distribution, Test::Pod::Coverage ! Include these in a .spec file that we can include with distro Disallow nuls in the attribute names. The list handling will break --- 20,26 ---- without xattrs)? ! Document pre-reqs for test suite: Test::Distribution, Test::Pod::Coverage, ! Test::YAML::Meta. Include these in a .spec file that we can include ! with distro Disallow nuls in the attribute names. The list handling will break |