Mon, 16 Mar 2026 17:03:28 CST | login

Information for build perl-Module-Load-0.36-5.ocs23

ID2046
Package Nameperl-Module-Load
Version0.36
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Module-Load.git?.#cf9eadb01807a7584bcb009dc76d7683e18986e3
SummaryRun-time require of both modules and files
DescriptionIf you consult "perldoc -f require", the behavior of "require" will be different when given a bare-word or a string. In the case of a string, "require" assumes that you want to load a file. But in the case of a bare-word, it assumes that you are referring to modules. Requiring modules dynamically at run time incurs serious overhead, so you will need to change the module representation to a platform-appropriate file representation. "load" eliminates the need for this overhead and will just DWYM.
Built bystreamkoji
State complete
Volume DEFAULT
StartedMon, 11 Sep 2023 11:45:35 CST
CompletedMon, 11 Sep 2023 11:46:54 CST
Taskbuild (dist-ocs23, /opencloudos-stream/perl-Module-Load.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Module-Load.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
perl-Module-Load-0.36-5.ocs23.src.rpm (info) (download)
noarch
perl-Module-Load-0.36-5.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.36-5 - Rebuilt for OpenCloudOS Stream 23.09 * Wed Aug 16 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.36-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.36-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.36-2 - Rebuilt for OpenCloudOS Stream 23 * Mon Aug 08 2022 Wang Guodong <gordonwwang@tencent.com> - 0.36-1 - package init.