-
-
03 Apr 2010 00:25:54 UTC
- Distribution: Dist-Zilla-Plugin-Signature
- Module version: 1.100930
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (5974 / 1 / 0)
- Kwalitee
Bus factor: 0- 66.67% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (9.54KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Dist::Zilla
- File::chdir
- Module::Signature
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 runATTRIBUTES
- sign
-
A string value. If
archive
then a signature will be created when an archive is being created. Ifalways
then the directory will be signed whenever it is built. Default isarchive
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.
Module Install Instructions
To install Dist::Zilla::Plugin::Signature, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Signature
perl -MCPAN -e shell install Dist::Zilla::Plugin::Signature
For more information on module installation, please visit the detailed CPAN module installation guide.