Sat, 18 Jan 2025 21:01:07 CST | login

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

ID14099
Package Nameperl-autovivification
Version0.18
Release1.ocs23
Epoch
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
StartedThu, 01 Aug 2024 16:20:45 CST
CompletedThu, 01 Aug 2024 16:22:38 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/perl-autovivification.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-autovivification.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
perl-autovivification-0.18-1.ocs23.src.rpm (info) (download)
aarch64
perl-autovivification-0.18-1.ocs23.aarch64.rpm (info) (download)
perl-autovivification-debuginfo-0.18-1.ocs23.aarch64.rpm (info) (download)
perl-autovivification-debugsource-0.18-1.ocs23.aarch64.rpm (info) (download)
x86_64
perl-autovivification-0.18-1.ocs23.x86_64.rpm (info) (download)
perl-autovivification-debuginfo-0.18-1.ocs23.x86_64.rpm (info) (download)
perl-autovivification-debugsource-0.18-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
Changelog * Thu Aug 01 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.18-1 - initial build