From cb988cf82d7dab7f01fd59a3e1abcf6af44a34af Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 6 Dec 2010 01:30:06 -0500 Subject: [PATCH] expose version of MSVA.pm publicly --- Crypt/Monkeysphere/MSVA.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.26.2