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

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


Branch: pkgsrc-2014Q1, Version: 2.00nb1, Package name: p5-Class-Method-Modifiers-2.00nb1, 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 build:
[devel/p5-Test-Fatal]

Master sites: (Expand)

SHA1: 46353782c48b81f79cd41ac761a098d7859951df
RMD160: 20b63339a439d8fb8c37a189cd5449f4202dd838
Filesize: 30.616 KB

Version history: (Expand)