Skip to content

Kelp-framework/Module-Config-YAML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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