changeset 14488:e506b821bc67

[gaim-migrate @ 17207] Use "Gaim" as the author instead of Christian. Is that valid? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 09 Sep 2006 20:56:28 +0000
parents 87e66ad0a4dd
children de8aea7e9f07
files libgaim/plugins/perl/common/Makefile.PL.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/plugins/perl/common/Makefile.PL.in	Sat Sep 09 20:54:23 2006 +0000
+++ b/libgaim/plugins/perl/common/Makefile.PL.in	Sat Sep 09 20:56:28 2006 +0000
@@ -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 <chipx86@gnupdate.org>') : ()),
+       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'