Package perl-Class-Method-Modifiers-2.13-8.el9.src
Name | perl-Class-Method-Modifiers |
---|---|
Epoch | 0 |
Version | 2.13 |
Release | 8.el9 |
Architecture | src |
Website/URL | https://metacpan.org/release/Class-Method-Modifiers |
License | GPL+ or Artistic |
Build Time | 2023-03-21 23:40:09 |
Build Host | builder-x86-03.inferitos.ru |
Summary | Provides Moose-like method modifiers |
Repositories | CRB, Extras |
Description | 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. |
Errata | — |
Size | 52 KiB |
Source Project | perl-Class-Method-Modifiers-2.13-8.el9 |
SHA-256 checksum | 2fcd60d7b0d38410ef5bc97ce01ae27a854eb7b51b42e4af2ffbf899d50857bc |
×
* 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