Dist::Zilla::Plugin::PruneCruft - prune stuff that you probably don't mean to include


Dist-Zilla documentation  | view source Contained in the Dist-Zilla distribution.

Index


NAME

Top

Dist::Zilla::Plugin::PruneCruft - prune stuff that you probably don't mean to include

VERSION

Top

version 4.200008

SYNOPSIS

Top

This plugin tries to compensate for the stupid crap that turns up in your working copy, removing it before it gets into your dist and screws everything up.

In your dist.ini:

  [PruneCruft]

If you would like to exclude certain exclusions, use the except option (it can be specified multiple times):

  [PruneCruft]
  except = \.gitignore
  except = t/.*/\.keep$

AUTHOR

Top

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


Dist-Zilla documentation  | view source Contained in the Dist-Zilla distribution.