Name: | perl-Class-Method-Modifiers |
---|---|
Version: | 2.10 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 101280 |
License: | GPL+ or Artistic |
RPM: | perl-Class-Method-Modifiers-2.10-1.el7.noarch.rpm |
Source RPM: | perl-Class-Method-Modifiers-2.10-1.el7.src.rpm |
Build Date: | Mon Nov 27 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Class-Method-Modifiers |
Summary: | Provides Moose-like method modifiers |
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. |
- Update to 2.10 - Remove erroneous perl 5.8 requirement - Support for handling lvalue methods - Convert to building with Dist::Zilla - Repository migrated to the github moose organization - Refresh configure_requires checking in generated Makefile.PL - New CONTRIBUTING file - Updated tests: - Compile test now only runs for authors - Check-deps test replaced by information-only report-prereqs test - Drop obsoletes/provides for old tests sub-package - Drop redundant Group tag - Classify buildreqs by usage - Make %files list more explicit
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Perl 5.18 rebuild
- update to latest upstream version
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- update to latest upstream version
- update to latest upstream version
- update to latest upstream version
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild