JSONRPC - (DEPRECATED) Perl implementation of JSON-RPC protocol


JSON-RPC documentation Contained in the JSON-RPC distribution.

Index


Code Index:

NAME

Top

JSONRPC - (DEPRECATED) Perl implementation of JSON-RPC protocol

DESCRIPTION

Top

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.

AUTHOR

Top

Makamaka Hannyaharamitu, <makamaka[at]cpan.org>

COPYRIGHT AND LICENSE

Top


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__