expand the use of $AUTHOR (and the $ENV{} override) to Crypt::OpenPGP
update documentation to reflect general use of $AUTHOR
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.
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!