NAME
Dist::Zilla::Plugin::CopyFilesFromRelease - Copy files from a release (for SCM inclusion, etc.)
VERSION
version 0.003
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 directoory. This is so you can commit them to version control.
SEE ALSO
Dist::Zilla::Plugin::CopyFilesFromBuild - The basis for this module
AUTHOR
Graham Knop <haarg@haarg.org>
COPYRIGHT AND LICENSE
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.