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;
DESCRIPTION
Works exactly the same as Kelp::Module::Config, but loads configuration from YAML files with .yml
extension.
SEE ALSO
AUTHOR
Stefan Geneshky minimal@cpan.org
LICENSE
Perl