Package : perl-Config-MVP-Reader-INI > RPM : perl-Config-MVP-Reader-INI-2.101.465-1.mga9.noarch.rpm

Basic items

Install
Name perl-Config-MVP-Reader-INI
Version 2.101.465
Release 1.mga9
URL https://metacpan.org/release/Config-MVP-Reader-INI
Group Development/Perl
Summary Multi-value capable .ini file reader (for plugins)
Size 69KB
Arch noarch
License GPL+ or Artistic

Description

The MVP INI file reader reads INI files, but can handle properties with
multiple values. The identification of properties that may have multiple
entries is done by section, on a plugin basis. For example, given the
following file:

[Foo::Bar]
x = 1
y = 2
y = 3

MVP will, upon reaching this section, load Foo::Bar and call a method (by
default 'multivalue_args') on it, to determine which property names may
have multiple entries. If the return value of that method includes 'y',
then the entry for 'y' in the Foo::Bar section will be an arrayref with two
values. If the list returned by 'multivalue_args' did not contain 'y', then
an exception would be raised while reading this section.

Media information

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

Advanced items

Source RPM perl-Config-MVP-Reader-INI-2.101.465-1.mga9.src.rpm
Build time 2023-01-02 11:08:35
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie