Tue, 17 Mar 2026 06:00:57 CST | login

Information for build perl-Module-Implementation-0.09-8.oc9

ID34210
Package Nameperl-Module-Implementation
Version0.09
Release8.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-Module-Implementation.git?.#73c96f27d4db076ce94c081522c4acf0f9f3ff70
SummaryLoads one of several alternate underlying implementations for a module
DescriptionThis module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations. This module is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedWed, 23 Apr 2025 05:20:48 CST
CompletedWed, 23 Apr 2025 05:22:34 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-Module-Implementation.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-Module-Implementation.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-Module-Implementation-0.09-8.oc9.src.rpm (info) (download)
noarch
perl-Module-Implementation-0.09-8.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 * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.09-8 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.09-7 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.09-6 - Rebuilt for OpenCloudOS Stream 23.09 * Wed Aug 16 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.09-5 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.09-4 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.09-3 - Rebuilt for OpenCloudOS Stream 23 * Thu Feb 16 2023 rockerzhu <rockerzhu@tencent.com> - 0.09-2 - Control buildrequires * Mon May 09 2022 Xiaojie Chen <jackxjchen@tencent.com> - 0.09-1 - Initial build