| JSON-RPC documentation | Contained in the JSON-RPC distribution. |
JSONRPC - (DEPRECATED) Perl implementation of JSON-RPC protocol
JSONRPC is an old version module. Instead this, please see to JSON::RPC.
This package remains to guide to the new module JSON::RPC which supports both
JSON-RPC protocol version 1.1 and 1.0.
Makamaka Hannyaharamitu, <makamaka[at]cpan.org>
Copyright 2007 by Makamaka Hannyaharamitu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| JSON-RPC documentation | Contained in the JSON-RPC distribution. |
package JSONRPC; use strict; $JSONRPC::VERSION = '1.01'; warn "JSONRPC is deprecated. Please try to use JSON::RPC."; 1; __END__