Name: | rh-perl526-perl-Class-Method-Modifiers |
---|---|
Version: | 2.12 |
Release: | 8.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 102055 |
License: | GPL+ or Artistic |
RPM: | rh-perl526-perl-Class-Method-Modifiers-2.12-8.el7.noarch.rpm |
Source RPM: | rh-perl526-perl-Class-Method-Modifiers-2.12-8.el7.src.rpm |
Build Date: | Mon Oct 29 2018 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Class-Method-Modifiers |
Summary: | Provides Moose-like method modifiers |
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. |
- SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 re-rebuild of bootstrapped packages
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Perl 5.24 re-rebuild of bootstrapped packages
- Perl 5.24 rebuild
- 2.12 bump, documentation fixes - %license is now supported in EPEL too
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild