The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

JSON::RPC::Test - Simple Wrapper To Test Your JSON::RPC

SYNOPSIS

test_rpc $dispatch, sub {
...
};
# or
test_rpc
dispatch => $dispatch,
client => sub {
...
}
;