Name : perl-MooseX-SimpleConfig
| |
Version : 0.11
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 21:08:50
|
Group : Development/Libraries/Perl
| Source RPM : perl-MooseX-SimpleConfig-0.11-lp155.1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : Moose role for setting attributes from a simple configuration file
|
Description :
This role loads simple files to set object attributes. It is based on the abstract role MooseX::ConfigFromFile, and uses Config::Any to load your configuration file. Config::Any will in turn support any of a variety of different config formats, detected by the file extension. See Config::Any for more details about supported formats.
To pass additional arguments to Config::Any you must provide a \'config_any_args()\' method, for example:
sub config_any_args { return { driver_args => { General => { \'-InterPolateVars\' => 1 } } }; }
Like all MooseX::ConfigFromFile -derived file loaders, this module is automatically supported by the MooseX::Getopt role as well, which allows specifying \'-configfile\' on the command line.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/15.5/noarch |