From: Daniel Kahn Gillmor Date: Mon, 6 Dec 2010 06:30:06 +0000 (-0500) Subject: expose version of MSVA.pm publicly X-Git-Tag: msva-perl_debian/0.7-1~5^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb988cf82d7dab7f01fd59a3e1abcf6af44a34af;p=monkeysphere-validation-agent.git expose version of MSVA.pm publicly --- diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm index 7920086..53df4b5 100755 --- 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);