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

Dispatch::Profile::Dispatcher - Provides a sequential dispatch method for the Dispatch::Profile package.

VERSION

version 0.001

DESCRIPTION

Provides a sequential dispatch method for the Dispatch::Profile package.

METHODS

dispatch

Sequentially processes the receieved payload against each coderef stored in @{ $self->{_store} }

AUTHOR

James Spurin <james@spurin.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by James Spurin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.