Thu, 05 Feb 2026 03:57:51 CST | login

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

ID23293
Package Nameperl-Test-Refcount
Version0.10
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Test-Refcount.git?.#027f54078e7adefa508b80664976fbd66bd88e06
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 19:38:38 CST
CompletedMon, 03 Jun 2024 19:40:37 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-1.oc9.src.rpm (info) (download)
noarch
perl-Test-Refcount-0.10-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.10-1 - initial build