Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 15832:df859a1b40b1 | 15833:2f8274ce570a |
|---|---|
| 1 $MODULE_NAME = "Plugin Action Test Plugin"; | 1 $MODULE_NAME = "Plugin Action Test Plugin"; |
| 2 use Gaim; | 2 use Purple; |
| 3 | 3 |
| 4 sub plugin_init { | 4 sub plugin_init { |
| 5 return %PLUGIN_INFO; | 5 return %PLUGIN_INFO; |
| 6 } | 6 } |
| 7 | 7 |
| 40 } | 40 } |
| 41 | 41 |
| 42 return @array; | 42 return @array; |
| 43 } | 43 } |
| 44 | 44 |
| 45 # All the information Gaim gets about our nifty plugin | 45 # All the information Purple gets about our nifty plugin |
| 46 %PLUGIN_INFO = ( | 46 %PLUGIN_INFO = ( |
| 47 perl_api_version => 2, | 47 perl_api_version => 2, |
| 48 name => "Perl: $MODULE_NAME", | 48 name => "Perl: $MODULE_NAME", |
| 49 version => "0.1", | 49 version => "0.1", |
| 50 summary => "Test plugin for the Perl interpreter.", | 50 summary => "Test plugin for the Perl interpreter.", |
