Thu, 27 Jun 2024 15:10:17 UTC | login

Information for build perl-Data-OptList-0.113-2.fc38

ID225148
Package Nameperl-Data-OptList
Version0.113
Release2.fc38
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedTue, 21 Feb 2023 13:56:19 UTC
CompletedTue, 21 Feb 2023 13:56:19 UTC
Tags
f38
f39
f40
RPMs
src
perl-Data-OptList-0.113-2.fc38.src.rpm (info) (download)
noarch
perl-Data-OptList-0.113-2.fc38.noarch.rpm (info) (download)
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.113-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Jan 01 2023 Paul Howarth <paul@city-fan.org> - 0.113-1 - Update to 0.113 (rhbz#2157247) - Update author contact info - Use SPDX-format license tag * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.112-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.112-4 - Perl 5.36 rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.112-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.112-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jun 28 2021 Paul Howarth <paul@city-fan.org> - 0.112-1 - Update to 0.112 - Update author contact info - Add perl version support to docs - Replace a "goto" deep in the guts with a sub call, for speed * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.110-16 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.110-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild