Description
Inheritable triggers can be added to Perl classes through a mixin. Developers use this module to register callbacks that fire around class or object events. It is event-hook support for library code and depends on how the host module defines triggers.