NAME
Module::Release::VerifyGPGSignature - Verify GPG signatures in the distro
SYNOPSIS
use Module::Release::VerifyGPGSignature;
DESCRIPTION
Configure in .releaserc as a list of pairs:
gpg_signatures \
file.txt file.txt.gpg \
file2.txt file2.txt.gpg
check_all_gpg_signatures
Go through all files and signature files listed in the
gpg_signatures
and verify that the signatures match.check_gpg_signature( FILE, SIGNATURE_FILE )
Checks the PGP signature in SIGNATURE_FILE matches for FILE.
TO DO
SEE ALSO
SOURCE AVAILABILITY
This source is in Github:
http://github.com/briandfoy/module-release-verifygpgsignature
AUTHOR
brian d foy, <brian d foy>
COPYRIGHT AND LICENSE
Copyright © 2022, brian d foy, All Rights Reserved.
You may redistribute this under the terms of the Artistic License 2.0.