Package : perl-Config-GitLike > RPM : perl-Config-GitLike-1.170.0-6.mga7.src.rpm

Basic items

Name perl-Config-GitLike
Version 1.170.0
Release 6.mga7
URL http://search.cpan.org/dist/Config-GitLike
Group Development/Perl
Summary Git-like config file parsing with cascaded inheritance
Size 57KB
Arch noarch
License GPL+ or Artistic

Description

This module handles interaction with configuration files of the style used
by the version control system Git. It can both parse and modify these
files, as well as create entirely new ones.

You only need to know a few things about the configuration format in order
to use this module. First, a configuration file is made up of key/value
pairs. Every key must be contained in a section. Sections can have
subsections, but they don't have to. For the purposes of setting and
getting configuration variables, we join the section name, subsection name,
and variable name together with dots to get a key name that looks like
"section.subsection.variable". These are the strings that you'll be passing
in to 'key' arguments.

Configuration files inherit from each other. By default, 'Config::GitLike'
loads data from a system-wide configuration file, a per-user configuration
file, and a per-directory configuration file, but by subclassing and
overriding methods you can obtain any combination of configuration files.
By default, configuration files that don't exist are just skipped.

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-20 08:57:42
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie