dwww: tpablo.net
Documentation related to libclass-method-modifiers-perl
Description: Perl module providing method modifiers
Class::Method::Modifiers provides three modifiers: before, around, and after.
The before and after modifiers are run just before and after the method they
modify, but cannot really affect that original method. The remaining modifier,
around, is run in place of the original method, with a hook to easily call the
original method.
Homepage: https://metacpan.org/release/Class-Method-Modifiers
copyright | Debian changelog
Manual pages:
Other documents: