NAME
Interchange6::Role::Hookable - hooks for Interchange6
METHODS
add_hook
Binds a coderef to an installed hook.
execute_hook
Execute the hook at the given position.
has_hook
Boolean flag to tells if the hook is registered or not.
replace_hook
Allows the caller to replace the current list of hooks at the given position this is useful if the object where this role is composed wants to compile the hooks.
supported_hooks
Adds the base hook names used by Interchange6.
AUTHOR
Original Dancer2 code by Dancer Core Developers Modifications for Interchange6 by Peter Mottram, peter@sysnix.com
COPYRIGHT AND LICENSE
This software is copyright (c) 2013-2014 by Alexis Sukrieh. Interchange modifications are copyright (c) 2014 by Peter Mottram.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.