NAME
Etherpad::API - Access Etherpad Lite API easily
DESCRIPTION
[deprecated] Use Etherpad instead.
This module inherits from Etherpad without changing a thing for compatibility with applications that still use it.
This module will be removed after 18 July 2016. It will not get any update.
To use Etherpad, just change Etherpad::API in your code to Etherpad. The methods are the same as the previous release of Etherpad::API, plus a few more.
INSTALL
perl Makefile.PL
make
make test
make install
If you are on a windows box you should use 'nmake' rather than 'make'.
BUGS and SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Etherpad::API
Bugs and feature requests will be tracked at RT:
bug-etherpad-api at rt.cpan.org
The latest source code can be browsed and fetched at:
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
AUTHOR
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl(1).