NAME
Markdent::Role::Handler - A required role for all handlers
DESCRIPTION
This role implements an interface shared by all handlers.
REQUIRED METHODS
$handler->handle_event($event)
This method will always be called with a single object which does the Markdent::Role::Event role.
BUGS
See Markdent for bug reporting details.
AUTHOR
Dave Rolsky, <autarch@urth.org>
COPYRIGHT & LICENSE
Copyright 2009-2010 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.