table of contents
Dist::Zilla::Plugin::Signature(3pm) | User Contributed Perl Documentation | Dist::Zilla::Plugin::Signature(3pm) |
NAME¶
Dist::Zilla::Plugin::Signature - sign releases with Module::Signature
VERSION¶
version 1.100930
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 string value. If "archive" then a
signature will be created when an archive is being created. If
"always" then the directory will be
signed whenever it is built. Default is
"archive"
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.
2021-12-05 | perl v5.32.1 |