Tue, 20 Jan 2026 13:14:52 CST | login

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

ID21891
Package Nameperl-Module-Implementation
Version0.09
Release8.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Module-Implementation.git?.#91e8cad08ecc684b5e33e29d053349f4c2a58d5d
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 byocs-bot
State complete
Volume DEFAULT
StartedFri, 27 Sep 2024 18:13:06 CST
CompletedFri, 27 Sep 2024 18:21:26 CST
Taskbuild (dist-ocs23-base, /opencloudos-stream/perl-Module-Implementation.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Module-Implementation.git?.#origin/master'}}
Tags
dist-ocs23-base
RPMs
src
perl-Module-Implementation-0.09-8.ocs23.src.rpm (info) (download)
noarch
perl-Module-Implementation-0.09-8.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.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