From: Richard D. <ric...@us...> - 2008-01-26 08:33:05
|
Update of /cvsroot/file-extattr/File-ExtAttr/lib/File In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17805/lib/File Modified Files: ExtAttr.pm Log Message: Remove NetBSD 3.x from list of supported OSes, since File::ExtAttr's test suite will never pass on it. Index: ExtAttr.pm =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/lib/File/ExtAttr.pm,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** ExtAttr.pm 26 Jan 2008 08:28:33 -0000 1.30 --- ExtAttr.pm 26 Jan 2008 08:33:08 -0000 1.31 *************** *** 77,83 **** =item FreeBSD 5.0 and later ! =item NetBSD 3.0 and later (builds) ! ! =item NetBSD 4.0 and later (for UFS filesystem with xattr support) =item Solaris 10 and later --- 77,81 ---- =item FreeBSD 5.0 and later ! =item NetBSD 4.0 and later =item Solaris 10 and later |