Package perl-Class-Singleton-1.5-9.el8.noarch
Name | perl-Class-Singleton |
---|---|
Epoch | 0 |
Version | 1.5 |
Release | 9.el8 |
Architecture | noarch |
Website/URL | http://search.cpan.org/dist/Class-Singleton/ |
License | GPL+ or Artistic |
Build Time | 2023-12-08 16:48:10 |
Build Host | builder-x86-03.inferitos.ru |
Summary | Implementation of a "Singleton" class |
Repositories | PowerTools |
Description | This 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. |
Errata | — |
Size | 22 KiB |
Source Project | perl-Class-Singleton-1.5-9.el8 |
SHA-256 checksum | 15a0114ecb809c54d0215082be649cc4aad9f6c9c53cb34247ac18aee7993fa3 |
×
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.5-9 - Rebuilt for MSVSphere 8.8 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.5-7 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.5-5 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.5-2 - Perl 5.22 rebuild * Mon Nov 10 2014 Paul Howarth <paul@city-fan.org> - 1.5-1 - Update to 1.5 - Work around global destruction order issue (CPAN RT#23568/68526) - This release by SHAY ⇒ update source URL - Drop %defattr, redundant since rpm 4.4 - Don't use macros for commands - Don't need to remove empty directories from the buildroot - Classify buildreqs by usage - Make %files list more explicit