NAME
Dist::Zilla::Plugin::Signature - sign releases with Module::Signature
VERSION
version 1.100900
DESCRIPTION
This plugin will sign a distribution using Module::Signature.
This plugin should appear after any other AfterBuild plugin in your dist.ini
file to ensre that no files are modified after it has been run
ATTRIBUTES
- sign
-
A boolean value that if true will cause the build directory to get signed every time it it built. By default the directory is only signed when an archive is to be built from it. If this attibute is set false, then the directory will not be signed.
This attribute can be overridden by an environment variable
DZSIGN
AUTHOR
Graham Barr <gbarr@pobox.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Graham Barr.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.