=> sub { 'Path::IsDev::HeuristicSet::FromConfig' },
config_file => sub { 'config.json' },
config_file_full => sub { _path( $_[0]->config->configdir )->child( $_[0]->config_file ) },
=> $_[0]->dist,
module => $_[0]->module,
);
},
decoder => sub {
require JSON;
return JSON->new();
},
data => sub {
$_[0]->decoder->decode( $_[0]->config_file_full->slurp_
fig
=head2 C<config_file>
The name of the file relative to the configuration C<dir>
config.json
=head2 C<config_file_full>
The full path to the C<config> file.
If not specified, combined fro