The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Markdent::Handler::Multiplexer - Passes events on to multiple handlers

DESCRIPTION

This class passes the event stream onto one or more handlers. This is handy if you want to do multiple things with a document at once, for example generate HTML and capture the events to save for a cache.

METHODS

This class provides the following methods:

Markdent::Handler::Multiplexer->new( handlers => [ ... ] )

This method creates a new handler. You must pass a list of one or more objects which do the Markdent::Role::Handler role as the "handlers" parameters.

ROLES

This class does the Markdent::Role::Handler role.

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.