freebsd-ports/devel/p5-Class-Method-Modifiers-Fast/pkg-descr
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00

8 lines
444 B
Text

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: https://metacpan.org/release/Class-Method-Modifiers-Fast