Fri, 20 Mar 2026 11:49:45 UTC | login

Information for build perl-Class-Method-Modifiers-2.15-7.el10

ID5354
Package Nameperl-Class-Method-Modifiers
Version2.15
Release7.el10
Epoch
DraftFalse
SummaryProvides Moose-like method modifiers
DescriptionMethod 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.
Built bykojiadmin
State complete
Volume DEFAULT
StartedWed, 18 Mar 2026 18:05:01 UTC
CompletedWed, 18 Mar 2026 18:05:01 UTC
Tags
almalinux-10.0
RPMs
src
perl-Class-Method-Modifiers-2.15-7.el10.src.rpm (info) (download)
noarch
perl-Class-Method-Modifiers-2.15-7.el10.noarch.rpm (info) (download)
Changelog * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.15-7 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 * Thu Jun 27 2024 Jitka Plesnikova <jplesnik@redhat.com> - 2.15-6 - Package tests * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.15-5 - Bump release for June 2024 mass rebuild * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Mar 06 2023 Paul Howarth <paul@city-fan.org> - 2.15-1 - Update to 2.15 (rhbz#2175585) - Localize $SIG{__DIE__} before calling eval (CPAN RT#146848) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Jan 17 2023 Paul Howarth <paul@city-fan.org> - 2.14-1 - Update to 2.14 (rhbz#2161420) - Remove Test::Fatal and Test::Needs from test prereqs (GH#7, GH#8) - Use SPDX-format license tag