From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

requires 'URI';
requires 'URI::Escape';
requires 'HTTP::Request';
requires 'JSON';
requires 'JSON::WebToken';
requires 'LWP::Protocol::https';
on test => sub {
requires 'Test::TCP';
};