Update of /cvsroot/file-extattr/File-ExtAttr/lib/File
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27849/lib/File
Modified Files:
ExtAttr.pm
Log Message:
Really fix build on NetBSD 3.1; update test suite to skip tests on NetBSD < 4.0
Index: ExtAttr.pm
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/lib/File/ExtAttr.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** ExtAttr.pm 6 May 2007 08:35:07 -0000 1.22
--- ExtAttr.pm 6 May 2007 09:56:40 -0000 1.23
***************
*** 77,81 ****
=item FreeBSD 5.0 and later
! =item NetBSD 3.0 and later
=item Solaris 10 and later
--- 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
***************
*** 391,398 ****
NetBSD >= 3.0 supports extended attributes, but you'll need to use
! NetBSD >= 4.0 to have a filesystem that supports them.
L<http://netbsd.gw.com/cgi-bin/man-cgi?extattr_get_file+2+NetBSD-current>
=item Mac OS X
--- 393,402 ----
NetBSD >= 3.0 supports extended attributes, but you'll need to use
! NetBSD >= 4.0 to get UFS filesystem support for them.
L<http://netbsd.gw.com/cgi-bin/man-cgi?extattr_get_file+2+NetBSD-current>
+ L<http://www.netbsd.org/Changes/changes-4.0.html#ufs>
+
=item Mac OS X
|