Sun, 29 Jun 2025 04:28:15 CST | login

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

ID18956
Package Nameperl-Module-Load
Version0.36
Release5.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-Module-Load.git?.#a822a9421abf3ee4c9424b6a948a51b7c1fc202f
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 05:44:33 CST
CompletedMon, 08 Jan 2024 05:46:15 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
dist-oc9.0-compose
dist-oc9.2-compose
RPMs
src
perl-Module-Load-0.36-5.oc9.src.rpm (info) (download)
noarch
perl-Module-Load-0.36-5.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.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.