Wed, 08 Apr 2026 20:34:25 CST | login

Information for build perl-Cwd-Guard-0.05-1.oc9

ID24109
Package Nameperl-Cwd-Guard
Version0.05
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Cwd-Guard.git?.#26e034732a55dc0336a5b41a36f925303940f6ff
SummaryTemporarily change the current directory
DescriptionCwd::Guard can change the current directory (chdir) using a limited scope. use Cwd::Guard qw/cwd_guard/; use Cwd; my $dir = getcwd; MYBLOCK: { my $guard = cwd_guard('/tmp/xxxxx') or die "failed chdir: $Cwd::Guard::Error"; ... # chdir to /tmp/xxxxx } ... # back to $dir
Built byfanjunkong
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 13:45:09 CST
CompletedTue, 04 Jun 2024 13:47:27 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Cwd-Guard.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Cwd-Guard.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Cwd-Guard-0.05-1.oc9.src.rpm (info) (download)
noarch
perl-Cwd-Guard-0.05-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.05-1 - initial build