Пакет perl-Class-Singleton-1.5-9.el8.src
Имя | perl-Class-Singleton |
---|---|
Эпоха | 0 |
Версия | 1.5 |
Релиз | 9.el8 |
Архитектура | src |
Сайт | http://search.cpan.org/dist/Class-Singleton/ |
Лицензия | GPL+ or Artistic |
Время сборки | 2023-12-08 16:48:06 |
Хост сборки | builder-x86-03.inferitos.ru |
Краткое описание | Implementation of a "Singleton" class |
Репозитории | PowerTools |
Полное описание | 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. |
Эррата | — |
Размер | 22 КиБ |
Исходный проект | perl-Class-Singleton-1.5-9.el8 |
Контрольная сумма SHA-256 | 7fefd8e5134fe5a73c43cf040c30b6b9c58310fea7996ed6004b94f75459fc5f |
×
* 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