a7e09bfd03
Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. Essentially, Config::JFDI will scan a directory for files matching a certain name. If such a file is found which also matches an extension that Config::Any can read, then the configuration from that file will be loaded.
9 lines
369 B
Text
9 lines
369 B
Text
Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader
|
|
that exists outside of Catalyst.
|
|
|
|
Essentially, Config::JFDI will scan a directory for files matching a
|
|
certain name. If such a file is found which also matches an extension
|
|
that Config::Any can read, then the configuration from that file will
|
|
be loaded.
|
|
|
|
WWW: http://search.cpan.org/dist/Config-JFDI/
|