Logoj0ke.net Open Build Service > Projects > internetx:1351100200:1002568494 > ImageMagick-6.9.6 > Binaries > ImageMagick-perl-6.9.6-8.3.... > Dependencies
Sign Up | Log In

Dependency of ImageMagick-perl-6.9.6-8.3.x86_64.rpm

Name: perl-Data-OptList

Project: CentOS_7.5

Repository: oss

Title: Parse and validate simple name/value option pairs

Description:
Hashes are great for storing named data, but if you want more than one entry
for a name, you have to use a list of pairs. Even then, this is really boring
to write:

$values = [
foo => undef,
bar => undef,
baz => undef,
xyz => { ... },
];

With Data::OptList, you can do this instead:

$values = Data::OptList::mkopt([
qw(foo bar baz),
xyz => { ... },
]);

This works by assuming that any defined scalar is a name and any reference
following a name is its value.

Version: 0.107

Release: 9.el7

Architecture: noarch

Size: 22.9 KB

Build Time: 2014-07-04 06:15:52 +0200 (about 10 years ago)

Provides

Symbol Required by
perl(Data::OptList) = 0.107 perl-Class-Load perl-Sub-Exporter
perl-Data-OptList = 0.107-9...
perl-Data-OptList-tests = 0...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.16.3) perl
perl(List::Util) perl-Scalar-List-Utils
perl(Params::Util) perl-Params-Util
perl(Sub::Install) >= 0.921 perl-Sub-Install
perl(strict) perl
perl(warnings) perl