Update of /cvsroot/refdb/perlmod/RefDB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18621
Modified Files:
Makefile.PL
Log Message:
added David as author
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/refdb/perlmod/RefDB/Makefile.PL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -U2 -r1.2 -r1.3
--- Makefile.PL 16 Sep 2003 21:05:09 -0000 1.2
+++ Makefile.PL 12 Oct 2005 19:26:51 -0000 1.3
@@ -5,5 +5,5 @@
'NAME' => 'RefDB::perlmod',
'VERSION_FROM' => 'version', # finds $VERSION
- 'AUTHOR' => 'Markus Hoenicka <ma...@mh...>',
+ 'AUTHOR' => 'Markus Hoenicka <ma...@mh...>, David Nebauer <da...@ne...>',
'PREREQ_PM' => {
'Text::Iconv' => '1.2',
|