Group
Extension

Matches 2

Path-IsDev-HeuristicSet-FromConfig ( K/KE/KENTNL/Path-IsDev-HeuristicSet-FromConfig-0.002000.tar.gz, KENTNL, 2013; MetaCPAN )
Path-IsDev-HeuristicSet-FromConfig/lib/Path/IsDev/HeuristicSet/FromConfig.pm ( view source; MetaCPAN )
:

    $HOME/.local/share/.path_isdev_heuristicset_fromconfig/config.json
    $HOME/.path_isdev_heuristicset_fromconfig/config.json

Which ever one it is unfortunately dependent on the sort of mood Fi
n MetaPOD::JSON v1.1.0

{
    "namespace":"Path::IsDev::HeuristicSet::FromConfig",
    "interface":"single_class",
    "does":"Path::IsDev::Role::HeuristicSet::Simple"
}


=end MetaPOD::JSON

=head1 A
Path-IsDev-HeuristicSet-FromConfig ( K/KE/KENTNL/Path-IsDev-HeuristicSet-FromConfig-0.002000.tar.gz, KENTNL, 2013; MetaCPAN )
Path-IsDev-HeuristicSet-FromConfig/lib/Path/IsDev/HeuristicSet/FromConfig/Loader.pm ( view source; MetaCPAN )
          => 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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.