Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-MooseX-SimpleConfig

Project: openSUSE_13.2

Repository: oss

Title: A Moose role for setting attributes from a simple configfile

Description:
This role loads simple configfiles to set object attributes. It is based on
the abstract role the MooseX::ConfigFromFile manpage, and uses the
Config::Any manpage to load your configfile. 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 configfile loaders,
this module is automatically supported by the the MooseX::Getopt manpage
role as well, which allows specifying '-configfile' on the command line.

Version: 0.10

Release: 2.1.3

Architecture: noarch

Size: 18.9 KB

Build Time: 2014-10-06 18:55:00 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(MooseX::SimpleConfig) ...
perl-MooseX-SimpleConfig = ...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Config::Any) >= 0.13 perl-Config-Any
perl(Moose::Role) perl-Moose
perl(MooseX::ConfigFromFile) perl-MooseX-ConfigFromFile