[Pkg-privacy-commits] [msva-perl] 225/356: expose version of MSVA.pm publicly

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit cb988cf82d7dab7f01fd59a3e1abcf6af44a34af
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Dec 6 01:30:06 2010 -0500

    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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list