audreyt / module-signature

Module signature file manipulation
http://github.com/audreyt/module-signature
16 stars 28 forks source link

generalize use of $AUTHOR/$ENV{MODULE_SIGNATURE_AUTHOR} #20

Closed rivy closed 8 years ago

rivy commented 8 years ago

I was looking at Crypt::OpenPGP and realized it had functionality to retrieve keys by UID. So, I built this patch to add $AUTHOR support for it. The functionality for the use of $AUTHOR, and it's environment variable override, is now the same no matter the underlying crypto process.

It's working for me ("Works on my machine"(TM)), but I only did a small amount of testing. If you accept the patch, I'd recommend an initial trial release.

Cheers!