Mon, 16 Mar 2026 18:53:51 CST | login

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

ID926
Package Nameperl-Module-Load
Version0.36
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Module-Load.git?.#6ad376c6500b0f251d7abb051b7ba69c00bfea27
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 byocs-bot
State complete
Volume DEFAULT
StartedWed, 16 Aug 2023 13:08:42 CST
CompletedWed, 16 Aug 2023 13:10:00 CST
Taskbuild (dist-ocs23, /opencloudos-stream/perl-Module-Load.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Module-Load.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
perl-Module-Load-0.36-4.ocs23.src.rpm (info) (download)
noarch
perl-Module-Load-0.36-4.ocs23.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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.