[ Все 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.13-8.el9.src download

Имя perl-Class-Method-Modifiers
Эпоха 0
Версия 2.13
Релиз 8.el9
Архитектура src
Сайт https://metacpan.org/release/Class-Method-Modifiers
Лицензия GPL+ or Artistic
Время сборки 2023-03-21 23:40:09
Хост сборки builder-x86-03.inferitos.ru
Краткое описание Provides Moose-like method modifiers
Репозитории CRB, Extras
Полное описание 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.
Эррата
Размер 52 КиБ
Исходный проект perl-Class-Method-Modifiers-2.13-8.el9
Контрольная сумма SHA-256 2fcd60d7b0d38410ef5bc97ce01ae27a854eb7b51b42e4af2ffbf899d50857bc
× Full screenshot
История изменений link
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.13-8
- Rebuilt for MSVSphere 9.1.

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.13-8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.13-7
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937