Sophie

Sophie

distrib > PLD > th > ppc > by-pkgid > d69c0ba8c42113ec92fb9a054f02195c

perl-Class-Method-Modifiers-2.13-1.noarch.rpm

Description:

In its most basic form, a method modifier is just a method that calls
$self->SUPER::foo(@_).

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.

Other version of this rpm: