perl-class-method-modifiers 2.13
Channel: guix
Licenses: GPL 1+
Synopsis: Moose-like method modifiers
Description:
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.
Total results: 1