Mon, 30 Sep 2024 15:22:12 UTC | login

Information for build perl-Array-Unique-0.08-14.fc31

ID88895
Package Nameperl-Array-Unique
Version0.08
Release14.fc31
Epoch
SummaryTie-able array that allows only unique values
DescriptionThis package lets you create an array which will allow only one occurrence of any value. In other words, no matter how many times you put in 42 it will keep only the first occurrence and the rest will be dropped. You use the module via tie and once you tied your array to this module it will behave correctly. Uniqueness is checked with the 'eq' operator so among other things it is case sensitive. As a side effect the module does not allow undef as a value in the array.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 16 Jul 2019 06:50:11 UTC
CompletedTue, 16 Jul 2019 06:50:11 UTC
Tags
f31
RPMs
src
perl-Array-Unique-0.08-14.fc31.src.rpm (info) (download)
noarch
perl-Array-Unique-0.08-14.fc31.noarch.rpm (info) (download)
Changelog * Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-14 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-11 - Perl 5.28 rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-8 - Perl 5.26 rebuild