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

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