Update of /cvsroot/file-extattr/File-ExtAttr/lib/File
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6706/lib/File
Modified Files:
ExtAttr.pm
Log Message:
Fix brown paper bag bugs in MANIFEST that broke the build
Index: ExtAttr.pm
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/lib/File/ExtAttr.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ExtAttr.pm 1 Oct 2006 11:18:54 -0000 1.17
--- ExtAttr.pm 2 Oct 2006 22:20:05 -0000 1.18
***************
*** 138,142 ****
);
! our $VERSION = '1.00';
#this is used by getxattr(), needs documentation
--- 138,142 ----
);
! our $VERSION = '1.01';
#this is used by getxattr(), needs documentation
|