NAME
Dist::Zilla::Plugin::CopyFilesFromRelease - Copy files from a release (for SCM inclusion, etc.)
VERSION
version 0.007
SYNOPSIS
In your dist.ini:
[CopyFilesFromRelease]
filename = README
match = ^MANIFEST*
DESCRIPTION
This plugin will automatically copy the files that you specify in dist.ini from the build directory into the distribution directory. This is so you can commit them to version control.
SEE ALSO
Dist::Zilla::Plugin::CopyFilesFromBuild - The basis for this module
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-CopyFilesFromRelease@rt.cpan.org).
There is also a mailing list available for users of this distribution, at http://dzil.org/#mailing-list.
There is also an irc channel available for users of this distribution, at #distzilla
on irc.perl.org
.
I am also usually active on irc, as 'ether' at irc.perl.org
.
AUTHOR
Graham Knop <haarg@haarg.org>
CONTRIBUTORS
Karen Etheridge <ether@cpan.org>
Jonas B. Nielsen <jonasbn@users.noreply.github.com>
COPYRIGHT AND LICENCE
This software is copyright (c) 2013 by Graham Knop.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.