The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CPAN::Local::Role::Cleanup - Remove orphan files

VERSION

version 0.010

DESCRIPTION

Plugins implementing this role are executed whenever there is a request to clean up unused files in the repository.

INTERFACE

Plugins implementing this role should provide a cleanup method with the following interface:

Parameters

None.

Returns

List of paths to files under the repository root that this module cares about, and should not be cleaned.

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.