[ All 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 ]
×

Package perl-Class-Method-Modifiers-2.13-8.el9.noarch download

Name perl-Class-Method-Modifiers
Epoch 0
Version 2.13
Release 8.el9
Architecture noarch
Website/URL https://metacpan.org/release/Class-Method-Modifiers
License GPL+ or Artistic
Build Time 2023-03-21 23:40:13
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 c1ddd6e512595870880937c5eed93eef4a331ec292019c4aa107bf039ce9636e
× Full screenshot
Changelog 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