[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project perl-Class-Method-Modifiers-2.15-7.el10

Name perl-Class-Method-Modifiers
Epoch 0
Version 2.15
Release 7.el10
Website/URL https://metacpan.org/release/Class-Method-Modifiers
License GPL-1.0-or-later OR Artistic-1.0-Perl
Build Time 2024-12-20 15:59:57
Build Host builder-arm64-1.inferitos.ru
Summary Provides Moose-like method modifiers
Repositories CRB
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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
perl-Class-Method-Modifiers-2.15-7.el10.noarch Provides Moose-like method modifiers d84ce878464b550be53c6e2750f5ee365f4c6f052db6b4472aa76af7850daebb download
src
perl-Class-Method-Modifiers-2.15-7.el10.src Provides Moose-like method modifiers 385cdc3b588ca38d10657648846ae3cc1c4e67ccab5e219181619ad03a3419f4 download
Changelog link
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.15-7
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.15-6
- Rebuilt for MSVSphere 10

* 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