-
-
03 Dec 2017 07:01:53 UTC
- Distribution: Dist-Zilla-Plugin-CopyFilesFromRelease
- Module version: 0.007
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (1623 / 0 / 0)
- Kwalitee
Bus factor: 2- 93.33% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (29.47KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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
onirc.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.
Module Install Instructions
To install Dist::Zilla::Plugin::CopyFilesFromRelease, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::CopyFilesFromRelease
perl -MCPAN -e shell install Dist::Zilla::Plugin::CopyFilesFromRelease
For more information on module installation, please visit the detailed CPAN module installation guide.