The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Modern::Perl;
use Test::More;

BEGIN {
    use_ok 'HTTP::Balancer::Role::Command';
}

ok (
    HTTP::Balancer::Role::Command->meta->does_role("Namespace::Dispatch")
);

done_testing;