[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект perl-Class-Method-Modifiers-2.15-7.el10

Имя perl-Class-Method-Modifiers
Эпоха 0
Версия 2.15
Релиз 7.el10
Сайт https://metacpan.org/release/Class-Method-Modifiers
Лицензия GPL-1.0-or-later OR Artistic-1.0-Perl
Время сборки 2024-12-20 15:59:57
Хост сборки builder-arm64-1.inferitos.ru
Краткое описание Provides Moose-like method modifiers
Репозитории CRB
Полное описание Method modifiers are a powerful feature from the CLOS (Common Lisp Object System) world. In its most basic form, a method modifier is just a method that calls '$self->SUPER::foo(@_)'. I for one have trouble remembering that exact invocation, so my classes seldom re-dispatch to their base classes. Very bad! 'Class::Method::Modifiers' provides three modifiers: 'before', 'around', and 'after'. 'before' and 'after' are run just before and after the method they modify, but can not really affect that original method. 'around' is run in place of the original method, with a hook to easily call that original method. See the 'MODIFIERS' section for more details on how the particular modifiers work.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
noarch
perl-Class-Method-Modifiers-2.15-7.el10.noarch Provides Moose-like method modifiers d84ce878464b550be53c6e2750f5ee365f4c6f052db6b4472aa76af7850daebb download
src
perl-Class-Method-Modifiers-2.15-7.el10.src Provides Moose-like method modifiers 385cdc3b588ca38d10657648846ae3cc1c4e67ccab5e219181619ad03a3419f4 download
История изменений link
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.15-7
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.15-6
- Rebuilt for MSVSphere 10

* Thu Jun 27 2024 Jitka Plesnikova <jplesnik@redhat.com> - 2.15-6
- Package tests

* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.15-5
- Bump release for June 2024 mass rebuild

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Mon Mar 06 2023 Paul Howarth <paul@city-fan.org> - 2.15-1
- Update to 2.15 (rhbz#2175585)
  - Localize $SIG{__DIE__} before calling eval (CPAN RT#146848)

* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Tue Jan 17 2023 Paul Howarth <paul@city-fan.org> - 2.14-1
- Update to 2.14 (rhbz#2161420)
  - Remove Test::Fatal and Test::Needs from test prereqs (GH#7, GH#8)
- Use SPDX-format license tag