# HG changeset patch # User Mark Doliner # Date 1157835388 0 # Node ID e506b821bc677d4c490021eebaf9c122770974a3 # Parent 87e66ad0a4dd01330de39a567b00c81512d18e76 [gaim-migrate @ 17207] Use "Gaim" as the author instead of Christian. Is that valid? committer: Tailor Script diff -r 87e66ad0a4dd -r e506b821bc67 libgaim/plugins/perl/common/Makefile.PL.in --- 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 ') : ()), + AUTHOR => 'Gaim ') : ()), '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'