NAME
Dist::Zilla::Plugin::PruneFiles - prune arbirary files from the dist
VERSION
version 3.101460
SYNOPSIS
This plugin allows you to specify filenames to explicitly prune from your distribution. This is useful if another plugin (maybe a FileGatherer) adds a bunch of files, and you only want a subset of them.
In your dist.ini:
[PruneFiles]
filenames = xt/release/pod-coverage.t ; pod coverage tests are for jerks
ATTRIBUTES
filenames
This is an arrayref of filenames to be pruned from the distribution.
AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.