From: Richard D. <ric...@us...> - 2007-05-06 10:02:18
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30357 Modified Files: META.yml README Log Message: Bump version to 1.04 Index: README =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/README,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** README 27 Apr 2007 06:11:37 -0000 1.10 --- README 6 May 2007 10:02:13 -0000 1.11 *************** *** 1,3 **** ! File-ExtAttr version 1.03 ========================= --- 1,3 ---- ! File-ExtAttr version 1.04 ========================= *************** *** 11,15 **** Extended attributes may not be supported by your operating system. This module is aimed at Linux, Unix or Unix-like operating systems ! (e.g.: Mac OS X, FreeBSD, NetBSD, OpenBSD). Extended attributes may also not be supported by your filesystem --- 11,15 ---- Extended attributes may not be supported by your operating system. This module is aimed at Linux, Unix or Unix-like operating systems ! (e.g.: Mac OS X, FreeBSD, NetBSD). Extended attributes may also not be supported by your filesystem *************** *** 59,63 **** Copyright (C) 2005 by Kevin M. Goess ! Copyright (C) 2005, 2006 by Richard Dawe This library is free software; you can redistribute it and/or modify --- 59,63 ---- Copyright (C) 2005 by Kevin M. Goess ! Copyright (C) 2005, 2006, 2007 by Richard Dawe This library is free software; you can redistribute it and/or modify Index: META.yml =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/META.yml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** META.yml 27 Apr 2007 06:11:37 -0000 1.5 --- META.yml 6 May 2007 10:02:13 -0000 1.6 *************** *** 2,6 **** #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: File-ExtAttr ! version: 1.03 version_from: lib/File/ExtAttr.pm installdirs: site --- 2,6 ---- #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: File-ExtAttr ! version: 1.04 version_from: lib/File/ExtAttr.pm installdirs: site |