c9b73fb7ac
This module will attempt to load find and load a configuration file of various types. Currently it supports YAML, JSON, XML, INI and Perl formats. Special configuration for a particular driver format can be stored in MyApp->config->{ 'Plugin::ConfigLoader' }->{ driver }.
6 lines
273 B
Text
6 lines
273 B
Text
This module will attempt to load find and load a configuration file
|
|
of various types. Currently it supports YAML, JSON, XML, INI and
|
|
Perl formats. Special configuration for a particular driver format
|
|
can be stored in
|
|
|
|
MyApp->config->{ 'Plugin::ConfigLoader' }->{ driver }.
|