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

NAME

App::BCSSH::Client - Handler client role

SYNOPSIS

use Moo;
sub run {
...;
$self->command({ arg => 1});
}