From: Daniel Kahn Gillmor Date: Fri, 11 Mar 2011 23:22:38 +0000 (-0500) Subject: use the stable version of GnuPG::Interface with our desired changes. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1c2731499184552de658e9d551046a1d97f9dfef;p=monkeysphere-validation-agent.git use the stable version of GnuPG::Interface with our desired changes. --- diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm index e192fe2..1ba0605 100755 --- a/Crypt/Monkeysphere/MSVA.pm +++ b/Crypt/Monkeysphere/MSVA.pm @@ -42,7 +42,7 @@ use JSON; use POSIX qw(strftime); # we need the version of GnuPG::Interface that knows about pubkey_data, etc: - use GnuPG::Interface 0.42.02; + use GnuPG::Interface 0.43; $VERSION = '0.9~pre';