Update of /cvsroot/file-extattr/File-ExtAttr
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21533
Modified Files:
Changes Makefile.PL
Log Message:
Bump version number; change my contact details
Index: Changes
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** Changes 4 Nov 2007 09:08:38 -0000 1.33
--- Changes 30 Nov 2007 20:16:49 -0000 1.34
***************
*** 1,4 ****
--- 1,8 ----
Revision history for Perl extension File::ExtAttr.
+ 1.07 200?-??-??
+
+ - (richdawe) Change my contact details.
+
1.06 2007-11-04
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/Makefile.PL,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile.PL 23 Jun 2007 11:04:30 -0000 1.8
--- Makefile.PL 30 Nov 2007 20:16:49 -0000 1.9
***************
*** 43,47 ****
(ABSTRACT_FROM => 'lib/File/ExtAttr.pm', # retrieve abstract from module
AUTHOR => 'Kevin M. Goess <kg...@en...>'
! .', Richard Dawe <ri...@ph...>') : ()),
# Don't actually need -lattr on Linux.
# LIBS => ['-lattr'], # e.g., '-lm'
--- 43,47 ----
(ABSTRACT_FROM => 'lib/File/ExtAttr.pm', # retrieve abstract from module
AUTHOR => 'Kevin M. Goess <kg...@en...>'
! .', Richard Dawe <ric...@cp...>') : ()),
# Don't actually need -lattr on Linux.
# LIBS => ['-lattr'], # e.g., '-lm'
|