NAME
Patterns::ChainOfResponsibility::Filter - The Filter Dispatch Strategy
DESCRIPTION
Dispatch @args to each Handler in turn, passing the results of each handler to the next unless one handler returns nothing, in which case we exit the chain immediately.
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.