NAME
MyCPAN::App::DPAN::Queue - Find distributions to index, possibly skipping some
SYNOPSIS
Use this from your dpan configuration file by specifying it as the queue class:
queue_class MyCPAN::App::DPAN::SkipQueue
skip_perl 1
# not yet implemented
skip_name Foo::Bar Bar::Baz
skip_regex Foo::.*
DESCRIPTION
This class returns a list of Perl distributions for the BackPAN indexer to process.
Methods
- get_queue
-
This extends the
get_queuemethod fromMyCPAN::Indexer::Queueto filter the list of files it returns.get_queuesets the keyqueuein$Noteshash reference. It finds all of the tarballs or zip archives in under the directories named indpan_dirandmerge_dirsin the configuration.It specifically skips files that end in
.txt.gzor.data.gzsince PAUSE creates those meta files near the actual module installations.If the
organize_distsconfiguration value is true, it also copies any distributions it finds into a PAUSE-like structure using the value of thepause_idconfiguration to create the path.If
skip_perlis true, it filters out any distributions matching\bperl-.
SEE ALSO
MyCPAN::Indexer::Queue
SOURCE AVAILABILITY
This code is in Github:
git://github.com/briandfoy/mycpan-app-dpan.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.