Name : perl-MooseX-SimpleConfig
| |
Version : 0.11
| Vendor : openSUSE
|
Release : bp157.1.1
| Date : 2024-08-08 09:08:48
|
Group : Development/Libraries/Perl
| Source RPM : perl-MooseX-SimpleConfig-0.11-bp157.1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : A 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 the MooseX::ConfigFromFile manpage, and uses the Config::Any manpage to load your configuration file. the Config::Any manpage will in turn support any of a variety of different config formats, detected by the file extension. See the Config::Any manpage for more details about supported formats.
To pass additional arguments to the Config::Any manpage you must provide a \'config_any_args()\' method, for example:
sub config_any_args { return { driver_args => { General => { \'-InterPolateVars\' => 1 } } }; }
Like all the MooseX::ConfigFromFile manpage -derived file loaders, this module is automatically supported by the the MooseX::Getopt manpage role as well, which allows specifying \'-configfile\' on the command line.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP7/standard/noarch |