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

use Moose;
__PACKAGE__->config(
action => { setup => { Chained => '', PathPart => 'fullpaths' } }, # define parent chain action and partpath
root => '.',
full_paths => 1,
);
__PACKAGE__->meta->make_immutable;
1;