Fri, 23 Jan 2026 03:57:44 CST | login

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

ID21779
Package Nameperl-Module-Load
Version0.36
Release7.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Module-Load.git?.#09dceeae5eac4f7a2bbc8fa1066b2ed5b6bc215d
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
StartedFri, 27 Sep 2024 17:30:00 CST
CompletedFri, 27 Sep 2024 17:45:36 CST
Taskbuild (dist-ocs23-base, /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-base
RPMs
src
perl-Module-Load-0.36-7.ocs23.src.rpm (info) (download)
noarch
perl-Module-Load-0.36-7.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 * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.36-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.36-6 - Rebuilt for loongarch release * 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.