NAME
CPAN::Local::Role::Inject - Add selected distributions to a repo
VERSION
version 0.010
DESCRIPTION
Plugins implementing this role are executed at the point where the list of distributions that need to be added has been determined, and the actual addition needs to be performed.
INTERFACE
Plugins implementing this role should provide an inject
method with the following interface:
Parameters
List of CPAN::Local::Distribution objects to inject.
Returns
List of CPAN::Local::Distribution objects successflly injected.
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.