Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
JSON::RPC::Constants - Constants
SYNOPSIS
use JSON::RPC::Constants qw(:all);
# or, import one by one
DEBUG
- JSONRPC_DEBUG
-
Set to true if PERL_JSONRPC_DEBUG environmental variable is set to a value that evaluates to true. False otherwise.
This controls debug output of the module.
JSON RPC VALUES
These values are defined as per JSON RPC RFC.