Fri, 10 Apr 2026 06:58:45 CST | login

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

ID38881
Package Nameperl-Array-Unique
Version0.09
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Array-Unique.git?.#f0ac0d63957b64208eaf0d785cec96a07c6bfb6a
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 15:56:33 CST
CompletedFri, 13 Jun 2025 15:58:20 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-compose
epol9-test-compose
RPMs
src
perl-Array-Unique-0.09-2.oc9.src.rpm (info) (download)
noarch
perl-Array-Unique-0.09-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.09-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.09-1 - initial build