Name: | perl-Class-Method-Modifiers |
---|---|
Version: | 2.15 |
Release: | 7.el10 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 105357 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Class-Method-Modifiers-2.15-7.el10.noarch.rpm |
Source RPM: | perl-Class-Method-Modifiers-2.15-7.el10.src.rpm |
Build Date: | Mon Jan 27 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/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. |
- Bump release for October 2024 mass rebuild: Resolves: RHEL-64018
- Package tests
- Bump release for June 2024 mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Update to 2.15 (rhbz#2175585) - Localize $SIG{__DIE__} before calling eval (CPAN RT#146848)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Update to 2.14 (rhbz#2161420) - Remove Test::Fatal and Test::Needs from test prereqs (GH#7, GH#8) - Use SPDX-format license tag