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


MyCPAN-Indexer documentation  | view source Contained in the MyCPAN-Indexer distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

DESCRIPTION

Top

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

Methods

get_dispatcher

Adds the dispatcher key with a code reference.

SEE ALSO

Top

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

SOURCE AVAILABILITY

Top

This code is in Github:

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

AUTHOR

Top

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Top


MyCPAN-Indexer documentation  | view source Contained in the MyCPAN-Indexer distribution.