Sat, 27 Dec 2025 18:37:02 CST | login

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

ID34218
Package Nameperl-Module-Load
Version0.36
Release7.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-Module-Load.git?.#0db91bb72005a3017d27fadf9c78ba95500874e2
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 bybbrucezhang
State complete
Volume DEFAULT
StartedWed, 23 Apr 2025 05:23:14 CST
CompletedWed, 23 Apr 2025 05:24:55 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-Module-Load.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-Module-Load.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-Module-Load-0.36-7.oc9.src.rpm (info) (download)
noarch
perl-Module-Load-0.36-7.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.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.