Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 14448:8783ae8f649a | 14449:74cdcd0c58b5 |
|---|---|
| 3 use Gaim; | 3 use Gaim; |
| 4 | 4 |
| 5 # All the information Gaim gets about our nifty plugin | 5 # All the information Gaim gets about our nifty plugin |
| 6 %PLUGIN_INFO = ( | 6 %PLUGIN_INFO = ( |
| 7 perl_api_version => 2, | 7 perl_api_version => 2, |
| 8 name => " Perl: $MODULE_NAME", | 8 name => "Perl: $MODULE_NAME", |
| 9 version => "0.1", | 9 version => "0.1", |
| 10 summary => "Test plugin for the Perl interpreter.", | 10 summary => "Test plugin for the Perl interpreter.", |
| 11 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.", | 11 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.", |
| 12 author => "John H. Kelm <johnhkelm\@gmail.com>", | 12 author => "John H. Kelm <johnhkelm\@gmail.com>", |
| 13 url => "http://sourceforge.net/users/johnhkelm/", | 13 url => "http://sourceforge.net/users/johnhkelm/", |
