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

NAME

MyCPAN::Indexer::Queue - Find distributions to index

SYNOPSIS

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

        # in backpan_indexer.config
        queue_class  MyCPAN::Indexer::Queue

DESCRIPTION

This class returns a list of Perl distributions for the BackPAN indexer to process.

Methods

get_queue( $Config )

This class returns a copy of @ARGV, or finds all of the tarballs or zip archives in under the directory named in backpan_dir in the configuration. The backpan_indexer.pl script passes the configuration object as the first argument. It returns an array reference of file paths.

SEE ALSO

MyCPAN::Indexer

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 (c) 2008, brian d foy, All Rights Reserved.

You may redistribute this under the same terms as Perl itself.