diff libpurple/plugins/perl/scripts/plugin_action.pl @ 15833:2f8274ce570a

Perl fixes for s/gaim/purple/. This hasn't really been tested yet.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 19 Mar 2007 17:02:24 +0000
parents 5fe8042783c1
children
line wrap: on
line diff
--- a/libpurple/plugins/perl/scripts/plugin_action.pl	Mon Mar 19 17:01:28 2007 +0000
+++ b/libpurple/plugins/perl/scripts/plugin_action.pl	Mon Mar 19 17:02:24 2007 +0000
@@ -1,5 +1,5 @@
 $MODULE_NAME = "Plugin Action Test Plugin";
-use Gaim;
+use Purple;
 
 sub plugin_init {
 	return %PLUGIN_INFO;
@@ -42,7 +42,7 @@
 	return @array;
 }
 
-# All the information Gaim gets about our nifty plugin
+# All the information Purple gets about our nifty plugin
 %PLUGIN_INFO = (
 	perl_api_version => 2,
 	name => "Perl: $MODULE_NAME",