Wed, 25 Feb 2026 20:37:02 CST | login

Information for build perl-Class-Singleton-1.6-7.oc9

ID34061
Package Nameperl-Class-Singleton
Version1.6
Release7.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-Class-Singleton.git?.#185e0293a6e59d15d97ca45785468142a2e13634
SummaryImplementation of a "Singleton" class
DescriptionThis is the Class::Singleton module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the Class::Singleton module does very little other than manage the instantiation of a single object. In deriving a class from Class::Singleton, your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedWed, 23 Apr 2025 04:47:13 CST
CompletedWed, 23 Apr 2025 04:48:53 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-Class-Singleton.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-Class-Singleton.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-Class-Singleton-1.6-7.oc9.src.rpm (info) (download)
noarch
perl-Class-Singleton-1.6-7.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> - 1.6-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6-6 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6-5 - Rebuilt for OpenCloudOS Stream 23.09 * Tue Aug 15 2023 Xiaojie Chen <jackxjchen@tencent.com> - 1.6-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6-2 - Rebuilt for OpenCloudOS Stream 23 * Fri May 20 2022 kkingzhang <kkingzhang@tencent.com> - 1.6-1 - Initial build