Name : perl-Catalyst-Plugin-ConfigLoader
| |
Version : 0.350.0
| Vendor : obs://build_opensuse_org/home:rootprompt
|
Release : lp156.2.1
| Date : 2024-07-19 23:07:30
|
Group : Unspecified
| Source RPM : perl-Catalyst-Plugin-ConfigLoader-0.350.0-lp156.2.1.src.rpm
|
Size : 0.05 MB
| |
Packager : https://www_suse_com/
| |
Summary : Load config files of various types
|
Description :
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 }\'. For example, to pass arguments to Config::General, use the following:
__PACKAGE__->config( \'Plugin::ConfigLoader\' => { driver => { \'General\' => { -LowerCaseNames => 1 } } } );
See Config::Any\'s \'driver_args\' parameter for more information.
To support the distinction between development and production environments, this module will also attemp to load a local config (e.g. _myapp_local.yaml_) which will override any duplicate settings. See get_config_local_suffix for details on how this is configured.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/rootprompt/15.6/noarch |