use the stable version of GnuPG::Interface with our desired changes.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 11 Mar 2011 23:22:38 +0000 (18:22 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 11 Mar 2011 23:34:36 +0000 (18:34 -0500)
Crypt/Monkeysphere/MSVA.pm

index e192fe2d4e2c55f811276bda39e5625e06437bd4..1ba0605770e774a764a15ef4849641b92dc467f7 100755 (executable)
@@ -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';