The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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