| MooseX-Plaggerize documentation | view source | Contained in the MooseX-Plaggerize distribution. |
MooseX::Plaggerize::Plugin - plugin
package Your::Plugin::Foo;
use MooseX::Plaggerize::Plugin;
plugin class for MooseX:Plaggerize.
$self->register( $c );
internal use only
hook 'hook point' => sub {
# do something
};
add coderef to hook point.
| MooseX-Plaggerize documentation | view source | Contained in the MooseX-Plaggerize distribution. |