NAME
Patterns::ChainOfResponsibility::Broadcast - The Broadcast Dispatch Strategy
DESCRIPTION
Dispatch @args to each Handler in turn until we have processed each handler Use this when you want to pass the same args to a bunch of handlers and don't care about what happens to them. A possible example would be a bunch of loggers that log events differently but independently.
You won't use this class directly. Please see Patterns::ChainOfResponsibility::Role::Handler
AUTHOR
John Napiorkowski <jjnapiork@cpan.org>
LICENSE & COPYRIGHT
Copyright 2011, John Napiorkowski <jjnapiork@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.