Wed, 11 Mar 2026 13:39:25 CST | login

Information for build perl-Scope-Guard-0.21-1.oc9

ID27802
Package Nameperl-Scope-Guard
Version0.21
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Scope-Guard.git?.#66f0a2df45525f6aa24b4657c5dd5887631e4be2
SummaryLexically scoped resource management
DescriptionThis module provides a convenient way to perform cleanup or other forms of resource management at the end of a scope. It is particularly useful when dealing with exceptions: the Scope::Guard constructor takes a reference to a subroutine that is guaranteed to be called even if the thread of execution is aborted prematurely. This effectively allows lexically-scoped "promises" to be made that are automatically honored by Perl's garbage collector.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 16:19:42 CST
CompletedMon, 05 Aug 2024 16:21:35 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Scope-Guard.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Scope-Guard.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Scope-Guard-0.21-1.oc9.src.rpm (info) (download)
noarch
perl-Scope-Guard-0.21-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 * Wed Jul 24 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.21-1 - initial build