Wed, 04 Feb 2026 13:37:49 CST | login

Information for build perl-Test-Refcount-0.10-2.oc9

ID39668
Package Nameperl-Test-Refcount
Version0.10
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Test-Refcount.git?.#83060be00a99164cd53fe6e91a6fa0878582b42d
SummaryAssert reference counts on objects
DescriptionThe Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem, the reference count of a new object from its class constructor ought to be 1. This way, the caller can know the object will be properly DESTROYed when it drops all of its references to it.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 19:43:08 CST
CompletedFri, 13 Jun 2025 19:44:55 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Test-Refcount.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Test-Refcount.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Test-Refcount-0.10-2.oc9.src.rpm (info) (download)
noarch
perl-Test-Refcount-0.10-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.10-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.10-1 - initial build