audreyt / module-signature

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

Look for gpg under its other names. #1

Closed schwern closed 11 years ago

schwern commented 11 years ago

This patch lets Module::Signature find gpg under different names for the binary so Module::Signature can find it out of the box without the user having to make symlinks.

The OS X GPGTools package installs it as gpg2. https://www.gpgtools.org/

MacPorts installs it as gnupg or gnupg2.

It would be nice if the Makefile.PL and Signature.pm logic were unified at some point in the future.