summaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Method-Modifiers-Fast/pkg-descr
blob: fff3acf9a3d39f4acd57a329f90d44696e9bbd03 (plain)
1
2
3
4
5
6
7
8
Class::Method::Modifiers::Fast 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.

WWW: http://search.cpan.org/dist/Class-Method-Modifiers-Fast/
OpenPOWER on IntegriCloud