The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Cot::Config is a Helper module for configuration.

SYNOPSIS

    use Cot::Config;

    my $config = Cot::Config->config;
    my $world = $config->{hello};

$ENV{COT_ROOT}/config.yaml file is...

    development:
      hello: world

DESCRIPTION

Cot::Config is a Helper module for configuration.

LICENSE

Copyright (C) Yusuke Shibata

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Yusuke Shibata <shibata@yusukeshibata.jp>