Sat, 05 Oct 2024 22:04:36 UTC | login

Information for build perl-Class-Method-Modifiers-2.15-1.fc38

ID237923
Package Nameperl-Class-Method-Modifiers
Version2.15
Release1.fc38
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedSat, 11 Mar 2023 13:28:59 UTC
CompletedSat, 11 Mar 2023 13:28:59 UTC
Tags
f38
f39
f40
RPMs
src
perl-Class-Method-Modifiers-2.15-1.fc38.src.rpm (info) (download)
noarch
perl-Class-Method-Modifiers-2.15-1.fc38.noarch.rpm (info) (download)
Changelog * 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 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.13-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.13-12 - Perl 5.36 re-rebuild of bootstrapped packages * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.13-11 - Perl 5.36 rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.13-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.13-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.13-8 - Perl 5.34 re-rebuild of bootstrapped packages * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.13-7 - Perl 5.34 rebuild