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:
4b7b7f9
)
expose version of MSVA.pm publicly
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 6 Dec 2010 06:30:06 +0000
(
01:30
-0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 6 Dec 2010 06:30:06 +0000
(
01:30
-0500)
Crypt/Monkeysphere/MSVA.pm
patch
|
blob
|
history
diff --git
a/Crypt/Monkeysphere/MSVA.pm
b/Crypt/Monkeysphere/MSVA.pm
index 792008637f11c7564f58e5b2e3ea4079c0ace554..53df4b5ccec1906c205cd443870c79d62858100b 100755
(executable)
--- a/
Crypt/Monkeysphere/MSVA.pm
+++ b/
Crypt/Monkeysphere/MSVA.pm
@@
-19,6
+19,7
@@
use strict;
use warnings;
+ use vars qw($VERSION);
use parent qw(HTTP::Server::Simple::CGI);
require Crypt::X509;
@@
-40,7
+41,7
@@
# we need the version of GnuPG::Interface that knows about pubkey_data, etc:
use GnuPG::Interface 0.42.02;
-
my
$VERSION = '0.6';
+ $VERSION = '0.6';
my $gnupg = GnuPG::Interface->new();
$gnupg->options->quiet(1);