Wed, 21 Jan 2026 22:34:09 CST | login

Information for build perl-Class-Singleton-1.6-4.ocs23

ID802
Package Nameperl-Class-Singleton
Version1.6
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Class-Singleton.git?.#773886ab26031ffa7d00841d79e7d16abfe39dd8
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 byocs-bot
State complete
Volume DEFAULT
StartedTue, 15 Aug 2023 20:10:16 CST
CompletedTue, 15 Aug 2023 20:11:39 CST
Taskbuild (dist-ocs23, /opencloudos-stream/perl-Class-Singleton.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Class-Singleton.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
perl-Class-Singleton-1.6-4.ocs23.src.rpm (info) (download)
noarch
perl-Class-Singleton-1.6-4.ocs23.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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