Load config files of various types

Edit Package perl-Catalyst-Plugin-ConfigLoader
http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/

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 the Config::General manpage, use the following:

__PACKAGE__->config( 'Plugin::ConfigLoader' => {
driver => {
'General' => { -LowerCaseNames => 1 }
}
} );

See the Config::Any manpage'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.

Refresh
Refresh
Source Files
Filename Size Changed
Catalyst-Plugin-ConfigLoader-0.30.tar.bz2 0000025507 24.9 KB
perl-Catalyst-Plugin-ConfigLoader-use_lib.patch 0000000358 358 Bytes
perl-Catalyst-Plugin-ConfigLoader.changes 0000000410 410 Bytes
perl-Catalyst-Plugin-ConfigLoader.spec 0000003152 3.08 KB
Revision 2 (latest revision is 9)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 2)
- fix build on distributions with old Test::More module
  ( perl-Catalyst-Plugin-ConfigLoader-use_lib.patch )
Comments 0
openSUSE Build Service is sponsored by