Dist::Zilla::Plugin::Git::ExcludeUntracked - Excludes untracked files from your dist [DEPRECATED]
version 0.06
[Git::ExcludeUntracked]
NOTE This module is deprecated in favor of Dist::Zilla::Plugin::Git::GatherDir.
This Dist::Zilla plugin automatically excludes any files from your distribution that are not currently tracked by Git.
Dist::Zilla, Dist::Zilla::Plugin::Git::GatherDir
Rob Hoelz <rob@hoelz.ro>
This software is copyright (c) 2020 by Rob Hoelz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Please report any bugs or feature requests on the bugtracker website https://github.com/hoelzro/dist-zilla-plugin-git-excludeuntracked/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
To install Dist::Zilla::Plugin::Git::ExcludeUntracked, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Dist::Zilla::Plugin::Git::ExcludeUntracked
CPAN shell
perl -MCPAN -e shell install Dist::Zilla::Plugin::Git::ExcludeUntracked
For more information on module installation, please visit the detailed CPAN module installation guide.