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

use strict;
use Test::More 0.98;
use_ok $_ for qw(
URI::tcp
);
done_testing;