diff -r ac6c6fb9bc00 -r 75f0041f72b8 pidgin/plugins/perl/common/Makefile.PL.in --- a/pidgin/plugins/perl/common/Makefile.PL.in Mon Mar 19 17:34:54 2007 +0000 +++ b/pidgin/plugins/perl/common/Makefile.PL.in Mon Mar 19 17:37:17 2007 +0000 @@ -2,14 +2,14 @@ use ExtUtils::MakeMaker; WriteMakefile( - 'NAME' => 'Gaim::GtkUI', + 'NAME' => 'Purple::GtkUI', 'VERSION_FROM' => '@srcdir@/GtkUI.pm', # finds $VERSION ($] >= 5.005 ? ## Add these new keywords supported since 5.005 ('ABSTRACT_FROM' => '@srcdir@/GtkUI.pm', # finds $ABSTRACT - 'AUTHOR' => 'Gaim ') : ()), + 'AUTHOR' => 'Pidgin ') : ()), 'DEFINE' => '@DEBUG_CFLAGS@', 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@', -# 'PREREQ_PM' => { 'Gaim' => '@VERSION@'}, +# 'PREREQ_PM' => { 'Pidgin' => '@VERSION@'}, # Do this because the MakeMaker Makefile is dumb, and on clean it moves # Makefile to the default setting for MAKEFILE_OLD which is Makefile.old # but this breaks running make clean more than once in a row.