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

NAME

App::Koyomi::Config - koyomi config

SYNOPSIS

    use App::Koyomi::Config;
    my $config = App::Koyomi::Config->instance;

DESCRIPTION

This module represents Singleton config object.

METHODS

instance

Fetch config singleton.

log_path

Fetch log file path.

SEE ALSO

TOML

AUTHORS

IKEDA Kiyoshi <progrhyme@gmail.com>

LICENSE

Copyright (C) 2015-2017 IKEDA Kiyoshi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.