Information for build perl-Data-OptList-0.112-3.oc9

ID15140
Package Nameperl-Data-OptList
Version0.112
Release3.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-Data-OptList.git?.#0cab9acd2f94b0a60c32695f09b14c8d9d8788e0
SummaryParse and validate simple name/value option pairs
DescriptionHashes 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.
Built bydenisecheng
State complete
Volume DEFAULT
StartedMon, 18 Sep 2023 19:43:47 CST
CompletedMon, 18 Sep 2023 19:45:52 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-Data-OptList.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-Data-OptList.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-Data-OptList-0.112-3.oc9.src.rpm (info) (download)
noarch
perl-Data-OptList-0.112-3.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.112-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.112-2 - Rebuilt for OpenCloudOS Stream 23 * Sat Jun 04 2022 leolfang <leolfang@tencent.com> - 0.112-1 - Initial build