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

NAME

MyCPAN::Indexer::Dispatcher::Serial - Pass out work in the same process

SYNOPSIS

Use this in backpan_indexer.pl by specifying it as the queue class:

        # in backpan_indexer.config
        dispatch_class  MyCPAN::Indexer::Dispatcher::Serial

DESCRIPTION

This class takes the list of distributions to process and passes them out to the code that will do the work.

Methods

component_type

This is the dispatcher type.

get_dispatcher

Adds the dispatcher key with a code reference.

SEE ALSO

MyCPAN::Indexer, MyCPAN::Indexer::Tutorial

SOURCE AVAILABILITY

This code is in Github:

        git://github.com/briandfoy/mycpan-indexer.git

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright © 2010-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.

You may redistribute this under the terms of the Artistic License 2.0.