projects
/
monkeysphere-validation-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db15536
)
use the stable version of GnuPG::Interface with our desired changes.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 11 Mar 2011 23:22:38 +0000
(18:22 -0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 11 Mar 2011 23:34:36 +0000
(18:34 -0500)
Crypt/Monkeysphere/MSVA.pm
patch
|
blob
|
history
diff --git
a/Crypt/Monkeysphere/MSVA.pm
b/Crypt/Monkeysphere/MSVA.pm
index e192fe2d4e2c55f811276bda39e5625e06437bd4..1ba0605770e774a764a15ef4849641b92dc467f7 100755
(executable)
--- 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.4
2.02
;
+ use GnuPG::Interface 0.4
3
;
$VERSION = '0.9~pre';