The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Patterns::ChainOfResponsibility::Provider - The Provider Dispatch Strategy

DESCRIPTION

Dispatch @args to each Handler in turn until we find one that processes them. This is probably the most classic "CoR" behavior.

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.