13 XSLoader
::load
('Pidgin', $VERSION);
20 Pidgin - Perl extension for the Pidgin instant messenger.
28 This module provides the interface for using perl scripts as plugins in
29 Pidgin, with access to the Pidgin Gtk interface functions.
33 This module provides the interface for using perl scripts as plugins in Pidgin,
34 with access to the Pidgin Gtk interface functions. With this, developers can
35 write perl scripts that can be loaded in Pidgin as plugins. The script can
36 interact with IMs, chats, accounts, the buddy list, pidgin signals, and more.
38 The API for the perl interface is very similar to that of the Pidgin C API,
39 which can be viewed at http://developer.pidgin.im/doxygen/ or in the header files
40 in the Pidgin source tree.
49 Pidgin C API documentation - http://developer.pidgin.im/doxygen/
51 The Pidgin perl module.
53 Pidgin website - http://pidgin.im/
57 Etan Reisner, E<lt>deryni@gmail.comE<gt>
59 =head1 COPYRIGHT AND LICENSE
61 Copyright 2006 by Etan Reisner