Sat, 09 Sep 2006 20:56:28 +0000
[gaim-migrate @ 17207]
Use "Gaim" as the author instead of Christian. Is that valid?
| libgaim/plugins/perl/common/Makefile.PL.in | file | annotate | diff | comparison | revisions |
--- 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'