Sat, 05 Oct 2024 04:43:21 UTC | login

Information for build perl-Class-Method-Modifiers-2.15-4.fc40

ID282979
Package Nameperl-Class-Method-Modifiers
Version2.15
Release4.fc40
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
StartedWed, 21 Feb 2024 14:29:25 UTC
CompletedWed, 21 Feb 2024 14:29:25 UTC
Tags
f40
f41
RPMs
src
perl-Class-Method-Modifiers-2.15-4.fc40.src.rpm (info) (download)
noarch
perl-Class-Method-Modifiers-2.15-4.fc40.noarch.rpm (info) (download)
Changelog * 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 * 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