Sat, 05 Oct 2024 15:21:21 UTC | login

Information for build perl-Class-Method-Modifiers-2.13-1.fc31

ID126283
Package Nameperl-Class-Method-Modifiers
Version2.13
Release1.fc31
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, 31 Aug 2019 15:25:31 UTC
CompletedSat, 31 Aug 2019 15:25:31 UTC
Tags
f31
f32
f33
RPMs
src
perl-Class-Method-Modifiers-2.13-1.fc31.src.rpm (info) (download)
noarch
perl-Class-Method-Modifiers-2.13-1.fc31.noarch.rpm (info) (download)
Changelog * Mon Aug 12 2019 Paul Howarth <paul@city-fan.org> - 2.13-1 - Update to 2.13 - Bypass prototypes when testing for lvalue attribute - Fixed a class name in tests to avoid conflicting with a core module * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.12-14 - Perl 5.30 re-rebuild of bootstrapped packages * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.12-13 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.12-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.12-10 - Perl 5.28 re-rebuild of bootstrapped packages * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.12-9 - Perl 5.28 rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.12-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild