mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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.
10 lines
369 B
Plaintext
10 lines
369 B
Plaintext
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/
|