Mon, 30 Sep 2024 15:01:48 UTC | login

Information for build perl-Array-Unique-0.08-17.fc33

ID163902
Package Nameperl-Array-Unique
Version0.08
Release17.fc33
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, 14 Jul 2020 05:53:47 UTC
CompletedTue, 14 Jul 2020 05:53:47 UTC
Tags
f33
RPMs
src
perl-Array-Unique-0.08-17.fc33.src.rpm (info) (download)
noarch
perl-Array-Unique-0.08-17.fc33.noarch.rpm (info) (download)
Changelog * Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-17 - Perl 5.32 rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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