./devel/p5-Class-Method-Modifiers, Perl module providing Moose-like method modifiers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 1.07, Package name: p5-Class-Method-Modifiers-1.07, Maintainer: pkgsrc-users

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.


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: 2f90735e0287523bf2d5965864aa39523f923c2b
RMD160: 27ae12c5a6e6dd4cf0f940f8794ed5591da76c81
Filesize: 26.65 KB

Version history: (Expand)