NAME
CPAN::Local::Role::Prune - Remove distributions from selection list
VERSION
version 0.010
DESCRIPTION
Plugins implementing this role are executed right after the initial list of distributions that need to be added is determined, and their purpose is to remove any unneeded distributions from that list.
INTERFACE
Plugins implementing this role should provide a prune
method with the following interface:
Parameters
List of CPAN::Local::Distribution objects that are planned for addition.
Returns
List of CPAN::Local::Distribution objects for addition, with any unneeded distributions removed.
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.