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