diff libgaim/plugins/perl/scripts/request.pl @ 14449:74cdcd0c58b5

[gaim-migrate @ 17163] Make Gaim::Gtk actually work in wingaim. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 05 Sep 2006 02:09:17 +0000
parents e88aae4f4c40
children
line wrap: on
line diff
--- a/libgaim/plugins/perl/scripts/request.pl	Mon Sep 04 23:26:50 2006 +0000
+++ b/libgaim/plugins/perl/scripts/request.pl	Tue Sep 05 02:09:17 2006 +0000
@@ -5,7 +5,7 @@
 # All the information Gaim gets about our nifty plugin
 %PLUGIN_INFO = (
 	perl_api_version => 2,
-	name => " Perl: $MODULE_NAME",
+	name => "Perl: $MODULE_NAME",
 	version => "0.1",
 	summary => "Test plugin for the Perl interpreter.",
 	description => "Implements a set of test proccedures to ensure all functions that work in the C API still work in the Perl plugin interface.  As XSUBs are added, this *should* be updated to test the changes.  Furthermore, this will function as the tutorial perl plugin.",