| 1397 N_("Perl Plugin Loader"), /**< name */ |
1399 N_("Perl Plugin Loader"), /**< name */ |
| 1398 VERSION, /**< version */ |
1400 VERSION, /**< version */ |
| 1399 N_("Provides support for loading perl plugins."), /**< summary */ |
1401 N_("Provides support for loading perl plugins."), /**< summary */ |
| 1400 N_("Provides support for loading perl plugins."), /**< description */ |
1402 N_("Provides support for loading perl plugins."), /**< description */ |
| 1401 "Christian Hammond <chipx86@gnupdate.org>", /**< author */ |
1403 "Christian Hammond <chipx86@gnupdate.org>", /**< author */ |
| 1402 WEBSITE, /**< homepage */ |
1404 GAIM_WEBSITE, /**< homepage */ |
| 1403 |
1405 |
| 1404 NULL, /**< load */ |
1406 NULL, /**< load */ |
| 1405 plugin_unload, /**< unload */ |
1407 plugin_unload, /**< unload */ |
| 1406 NULL, /**< destroy */ |
1408 NULL, /**< destroy */ |
| 1407 |
1409 |