|
From: <the...@us...> - 2006-09-09 20:56:30
|
Revision: 17207
http://svn.sourceforge.net/gaim/?rev=17207&view=rev
Author: thekingant
Date: 2006-09-09 13:56:28 -0700 (Sat, 09 Sep 2006)
Log Message:
-----------
Use "Gaim" as the author instead of Christian. Is that valid?
Modified Paths:
--------------
trunk/libgaim/plugins/perl/common/Makefile.PL.in
Modified: trunk/libgaim/plugins/perl/common/Makefile.PL.in
===================================================================
--- trunk/libgaim/plugins/perl/common/Makefile.PL.in 2006-09-09 20:54:23 UTC (rev 17206)
+++ trunk/libgaim/plugins/perl/common/Makefile.PL.in 2006-09-09 20:56:28 UTC (rev 17207)
@@ -8,7 +8,7 @@
'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => '@srcdir@/Gaim.pm', # retrieve abstract from module
- AUTHOR => 'Christian Hammond <ch...@gn...>') : ()),
+ AUTHOR => 'Gaim <http://gaim.sourceforge.net/>') : ()),
'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '@DEBUG_CFLAGS@', # e.g., '-DHAVE_SOMETHING'
'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libgaim @GLIB_CFLAGS@', # e.g., '-I. -I/usr/include/other'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|