There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Terse::Plugin::Config - JSON configs

VERSION

Version 0.04

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.