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

Kelp::Module::Config::YAML - YAML config files for your Kelp app

SYNOPSIS

# app.psgi
use MyApp;

my $app = MyApp->new( config_module => 'Config::YAML' );
$app->run;

SEE ALSO

Kelp, Kelp::Module, Kelp::Module::Config

AUTHOR

Stefan Geneshky minimal@cpan.org

LICENSE

Perl