NAME
Dist::Zilla::Plugin::AuthorSignatureTest - An Author Distribution SIGNATURE Test for Dist::Zilla
VERSION
version 0.03
SYNOPSIS
[AuthorSignatureTest]
force = false
DESCRIPTION
This is an extension of Dist::Zilla::Plugin::InlineFile, providing the following files:
xt/author/signature.t - a standard Test::Signature test
This test uses Test::Signature to test the SIGNATURE file in your dist. If Test::Signature is not installed, the test is skipped.
ATTRIBUTES
force
E.g. force = true
By default Test::Signature::signature_ok does not make test fail if it cannot perform it, for example, because of missing SIGNATURE file, missing package Module::Signature or not able to make connection to the key server.
Turn on this feature to make test fail also in the above cases.
SOURCE
The development version is on github at https://github.com/mschout/perl-dist-zilla-plugin-authorsignaturetest and may be cloned from https://github.com/mschout/perl-dist-zilla-plugin-authorsignaturetest.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/mschout/perl-dist-zilla-plugin-authorsignaturetest/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Michael Schout <mschout@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Michael Schout.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.