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

use strict;
use_ok $_ for qw(
JSON::RPC::Constants
JSON::RPC::Dispatch
JSON::RPC::Parser
JSON::RPC::Procedure
);
done_testing;
1;