Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 445 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 445 Bytes

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 [email protected]

LICENSE

Perl