Ricardo Signes > Dist-Zilla > Dist::Zilla::Plugin::PruneFiles

Download:
Dist-Zilla-1.093400.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Module Version: 1.093400   Source  

NAME ^

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

VERSION ^

version 1.093400

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) 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.