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

NAME

App::BCSSH::Options::Accessor - Role for accessors with option parsing

SYNOPSIS

with Accessor(sub {
my ($into, $attr, $arg_spec) = @_
# handle accessor creation
});