Wed, 08 Apr 2026 13:26:46 CST | login

Information for build perl-Array-Unique-0.09-1.oc9

ID24089
Package Nameperl-Array-Unique
Version0.09
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Array-Unique.git?.#066f387d0084c247a00bab3fd3d16f39257946d3
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 byfanjunkong
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 13:39:34 CST
CompletedTue, 04 Jun 2024 13:41:59 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Array-Unique.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Array-Unique.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Array-Unique-0.09-1.oc9.src.rpm (info) (download)
noarch
perl-Array-Unique-0.09-1.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 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.09-1 - initial build