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

NAME

Dist::Zilla::Plugin::PruneFiles - prune arbirary files from the dist

VERSION

version 1.092990

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]
  file = 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. It's initialized by the file argument to the plugin constructor (and, therefore, in the config).

AUTHOR

  Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 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.