Fri, 03 Apr 2026 07:49:59 CST | login

Information for build perl-autovivification-0.18-1.oc9

ID27670
Package Nameperl-autovivification
Version0.18
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-autovivification.git?.#038b58322935f746f1d35200a206a3de3af26cee
SummaryLexically disable autovivification
DescriptionWhen an undefined variable is dereferenced, it gets silently upgraded to an array or hash reference (depending of the type of the dereferencing). This behavior is called autovivification and usually does what you mean (e.g. when you store a value) but it's sometimes unnatural or surprising because your variables gets populated behind your back. This is especially true when several levels of dereferencing are involved, in which case all levels are vivified up to the last, or when it happens in intuitively read-only constructs like exists.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 15:04:32 CST
CompletedMon, 05 Aug 2024 15:07:02 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-autovivification.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-autovivification.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-autovivification-0.18-1.oc9.src.rpm (info) (download)
aarch64
perl-autovivification-0.18-1.oc9.aarch64.rpm (info) (download)
perl-autovivification-debuginfo-0.18-1.oc9.aarch64.rpm (info) (download)
perl-autovivification-debugsource-0.18-1.oc9.aarch64.rpm (info) (download)
x86_64
perl-autovivification-0.18-1.oc9.x86_64.rpm (info) (download)
perl-autovivification-debuginfo-0.18-1.oc9.x86_64.rpm (info) (download)
perl-autovivification-debugsource-0.18-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Thu Aug 01 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.18-1 - initial build