The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Terse::Plugin::Config - JSON configs

VERSION

Version 0.03

SYNOPSIS

        package MyApp::Plugin::Config;

        use base 'Terse::Plugin::Config';

        1;

        $terse->plugin('config')->find('path/to/key');
        $terse->plugin('config')->data->path->to->key;

AUTHOR

LNATION, <email at lnation.org>

LICENSE AND COPYRIGHT

Terse::Configs.