plugins/perl/scripts/account.pl

changeset 11457
e787f1445e64
parent 11170
d8941580d87f
child 12364
42b44fed7423
equal deleted inserted replaced
11456:ed9863eb788f 11457:e787f1445e64
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/",
14 14
15 load => "plugin_load", 15 load => "plugin_load",
16 unload => "plugin_unload" 16 unload => "plugin_unload"
17 ); 17 );

mercurial