The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
JSON-RPC2 version 0.2.1

This module implement json-rpc 2.0 protocol in transport-independent way,
with support for non-blocking client remote procedure call and non-blocking
server method execution.


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install


DEPENDENCIES

 JSON::XS


COPYRIGHT AND LICENCE

Copyright (C) 2009,2013, Alex Efros

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.