NAME
CPAN::Local::Role::Finalise - Do something after updates complete
VERSION
version 0.010
DESCRIPTION
Plugins implementing this role are executed after a successful update of a repository, i.e. after injection and indexing.
INTERFACE
Plugins implementing this role should provide a finalise
method with the following interface:
Parameters
List of CPAN::Local::Distribution objects representing distributions that were successfully added to the repository.
Returns
Nothing.
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.