Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Class-Method-Modifiers | Distribution: OpenMandriva Lx |
Version: 2.130.0 | Vendor: OpenMandriva |
Release: 1 | Build date: Sat Jul 9 15:34:50 2022 |
Group: Development/Perl | Build host: builder2-2.openmandriva.org |
Size: 26541 | Source RPM: perl-Class-Method-Modifiers-2.130.0-1.src.rpm |
Packager: bero <bero@lindev.ch> | |
Url: http://metacpan.org/pod/Class::Method::Modifiers | |
Summary: Provides Moose-like method modifiers |
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.
GPL+ or Artistic
* Thu Mar 10 2011 Guillaume Rousse <guillomovitch@mandriva.org> 1.70.0-1mdv2011.0 + Revision: 643366 - update to new version 1.07 * Sat Nov 27 2010 Guillaume Rousse <guillomovitch@mandriva.org> 1.60.0-1mdv2011.0 + Revision: 601861 - update to new version 1.06 * Fri Nov 06 2009 Jérôme Quelin <jquelin@mandriva.org> 1.50.0-1mdv2011.0 + Revision: 461264 - update to 1.05 * Wed Jul 29 2009 Jérôme Quelin <jquelin@mandriva.org> 1.40.0-1mdv2010.0 + Revision: 403014 - rebuild using %perl_convert_version * Thu Jun 18 2009 Guillaume Rousse <guillomovitch@mandriva.org> 1.04-1mdv2010.0 + Revision: 387001 - update to new version 1.04 * Sun Jun 07 2009 Guillaume Rousse <guillomovitch@mandriva.org> 1.02-1mdv2010.0 + Revision: 383474 - update to new version 1.02 * Wed Jul 23 2008 Guillaume Rousse <guillomovitch@mandriva.org> 1.01-1mdv2009.0 + Revision: 242072 - import perl-Class-Method-Modifiers * Wed Jul 23 2008 Guillaume Rousse <guillomovitch@mandriva.org> 1.01-1mdv2009.0 - initial mdv release, generated with cpan2dist
/usr/share/doc/perl-Class-Method-Modifiers /usr/share/doc/perl-Class-Method-Modifiers/Changes /usr/share/man/man3/Class::Method::Modifiers.3pm.zst /usr/share/perl5/vendor_perl/Class /usr/share/perl5/vendor_perl/Class/Method /usr/share/perl5/vendor_perl/Class/Method/Modifiers.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Feb 13 23:31:56 2025