| MyCPAN-Indexer documentation | view source | Contained in the MyCPAN-Indexer distribution. |
MyCPAN::Indexer::Worker - Do the indexing
Use this in backpan_indexer.pl by specifying it as the queue class:
# in backpan_indexer.config worker_class MyCPAN::Indexer::Worker
This class takes a distribution and analyses it. This is what the dispatcher hands a disribution to for the actual indexing.
get_task sets the child_task key in the notes. The
value is a code reference that takes a distribution path as its only
argument and indexes that distribution.
See MyCPAN::Indexer::Tutorial for details about what get_task expects
and should do.
MyCPAN::Indexer, MyCPAN::Indexer::Tutorial
This code is in Github:
git://github.com/briandfoy/mycpan-indexer.git
brian d foy, <bdfoy@cpan.org>
Copyright (c) 2008-2009, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.
| MyCPAN-Indexer documentation | view source | Contained in the MyCPAN-Indexer distribution. |