From: Richard D. <ric...@us...> - 2007-11-04 09:08:35
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs17:/tmp/cvs-serv7897 Modified Files: Changes META.yml README Log Message: Release 1.06 Index: README =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/README,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** README 23 Jun 2007 11:04:30 -0000 1.12 --- README 4 Nov 2007 09:08:38 -0000 1.13 *************** *** 1,3 **** ! File-ExtAttr version 1.05 ========================= --- 1,3 ---- ! File-ExtAttr version 1.06 ========================= Index: META.yml =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/META.yml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** META.yml 23 Jun 2007 11:04:30 -0000 1.7 --- META.yml 4 Nov 2007 09:08:38 -0000 1.8 *************** *** 1,5 **** # http://module-build.sourceforge.net/META-spec.html name: File-ExtAttr ! version: 1.05 version_from: lib/File/ExtAttr.pm installdirs: site --- 1,5 ---- # http://module-build.sourceforge.net/META-spec.html name: File-ExtAttr ! version: 1.06 version_from: lib/File/ExtAttr.pm installdirs: site Index: Changes =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Changes 13 Aug 2007 12:02:28 -0000 1.32 --- Changes 4 Nov 2007 09:08:38 -0000 1.33 *************** *** 1,4 **** --- 1,11 ---- Revision history for Perl extension File::ExtAttr. + 1.06 2007-11-04 + + - (richdawe) Bugfix: Builds and works again on Mac OS X 10.4 (Tiger). + + - (richdawe) Fix typo in t/33nslong.t, which caused it to fail + on Mac OS X. + 1.05 2007-08-13 |