Dist::Zilla::Plugin::PruneFiles.3pm

Langue: en

Autres versions - même langue

Version: 2010-08-22 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

VERSION

version 4.102340

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