NAME
Markdent::Role::DebugPrinter - A required role for all handlers
DESCRIPTION
This role implements behavior shared by all handlers.
REQUIRED METHODS
$handler->handle_event(...)
METHODS
This role wraps the $object->handle_event()
method with a modifier. If the method is passed a list of key/value pairs, it calls Markdent::Event->new()
with those parameters and then calls the original method.
AUTHOR
Dave Rolsky, >autarch@urth.org<
BUGS
See Markdent for bug reporting details.
AUTHOR
Dave Rolsky, <autarch@urth.org>
COPYRIGHT & LICENSE
Copyright 2009 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.