From 1c2731499184552de658e9d551046a1d97f9dfef Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 11 Mar 2011 18:22:38 -0500 Subject: [PATCH] use the stable version of GnuPG::Interface with our desired changes. --- Crypt/Monkeysphere/MSVA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.26.2