expose version of MSVA.pm publicly
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 6 Dec 2010 06:30:06 +0000 (01:30 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 6 Dec 2010 06:30:06 +0000 (01:30 -0500)
Crypt/Monkeysphere/MSVA.pm

index 792008637f11c7564f58e5b2e3ea4079c0ace554..53df4b5ccec1906c205cd443870c79d62858100b 100755 (executable)
@@ -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);