JSON-RPC2 version 0.1.0

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, Alex Efros

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