libpurple/plugins/perl/scripts/gtk_frame_test.pl

changeset 16241
0c4919abc3b7
parent 15894
765ec644ac47
child 18068
b6554e3c8224
child 33955
55aa58076485
equal deleted inserted replaced
16240:59a9901522bc 16241:0c4919abc3b7
7 name => " Perl: $MODULE_NAME", 7 name => " Perl: $MODULE_NAME",
8 version => "0.1", 8 version => "0.1",
9 summary => "Test plugin for the Perl interpreter.", 9 summary => "Test plugin for the Perl interpreter.",
10 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.", 10 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 author => "John H. Kelm <johnhkelm\@gmail.com>", 11 author => "John H. Kelm <johnhkelm\@gmail.com>",
12 url => "http://gaim.sourceforge.net/", 12 url => "http://pidgin.im",
13 13
14 GTK_UI => TRUE, 14 GTK_UI => TRUE,
15 gtk_prefs_info => "foo", 15 gtk_prefs_info => "foo",
16 load => "plugin_load", 16 load => "plugin_load",
17 unload => "plugin_unload", 17 unload => "plugin_unload",

mercurial