1JSON::RPC::Test(3) User Contributed Perl Documentation JSON::RPC::Test(3)
23
4
NAME
6JSON::RPC::Test - Simple Wrapper To Test Your JSON::RPC
7
SYNOPSIS
9use JSON::RPC::Test;
1011
test_rpc $dispatch, sub {
12...
13};
1415
# or
16test_rpc
17dispatch => $dispatch,
18client => sub {
19...
20}
21;
2223
24
25
perl v5.32.1 2021-01-27 JSON::RPC::Test(3)