NAME
CPAN::Local::Role::Gather - Select distributions to add
VERSION
version 0.004
DESCRIPTION
Plugins implementing this role are executed at the start of a repository update. They determine the list of distributions to add.
INTERFACE
Plugins implementing this role should provide a gather
method with the following interface:
Parameters
None.
Returns
List of CPAN::Local::Distribution objects representing distributions that need to be added to the repository.
AUTHOR
Peter Shangov <pshangov@yahoo.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Venda, Inc..
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.