Пакет perl-Class-Method-Modifiers-2.13-8.el9.noarch
Имя | perl-Class-Method-Modifiers |
---|---|
Эпоха | 0 |
Версия | 2.13 |
Релиз | 8.el9 |
Архитектура | noarch |
Сайт | https://metacpan.org/release/Class-Method-Modifiers |
Лицензия | GPL+ or Artistic |
Время сборки | 2023-03-21 23:40:13 |
Хост сборки | 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 | c1ddd6e512595870880937c5eed93eef4a331ec292019c4aa107bf039ce9636e |
×
* 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