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

Information for build perl-Array-Unique-0.08-10.fc28

ID38996
Package Nameperl-Array-Unique
Version0.08
Release10.fc28
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
StartedThu, 07 Jun 2018 23:12:48 UTC
CompletedThu, 07 Jun 2018 23:12:48 UTC
Tags
f29
RPMs
src
perl-Array-Unique-0.08-10.fc28.src.rpm (info) (download)
noarch
perl-Array-Unique-0.08-10.fc28.noarch.rpm (info) (download)
Changelog * 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 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-6 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-3 - Perl 5.22 rebuild * Sun Sep 28 2014 Denis Fateyev <denis@fateyev.com> - 0.08-2 - Spec small cleanup * Sat Sep 06 2014 Denis Fateyev <denis@fateyev.com> - 0.08-1 - Initial release