[Pkg-privacy-commits] [msva-perl] 180/356: begin modularization of Crypt::Monkeysphere::MSVA -- not exporting raw functions any more

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:54 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 f4edadf05fad95c0aeb3df55fd617abc98af0f22
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Oct 18 02:18:37 2010 -0400

    begin modularization of Crypt::Monkeysphere::MSVA -- not exporting raw functions any more
---
 Crypt/Monkeysphere/MSVA.pm | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm
index 98984c5..8ccebf6 100755
--- a/Crypt/Monkeysphere/MSVA.pm
+++ b/Crypt/Monkeysphere/MSVA.pm
@@ -19,16 +19,6 @@
   use strict;
   use warnings;
 
-  BEGIN {
-    use Exporter   ();
-    our (@EXPORT_OK, at ISA);
-    @ISA = qw(Exporter);
-    @EXPORT_OK = qw( &reviewcert );
-  }
-  our @EXPORT_OK;
-
-  use Crypt::Monkeysphere::MSVA::MarginalUI;
-  use Crypt::Monkeysphere::MSVA::Logger;
   use parent qw(HTTP::Server::Simple::CGI);
   require Crypt::X509;
   use Regexp::Common qw /net/;
@@ -40,6 +30,8 @@
   use File::Spec;
   use File::HomeDir;
   use Config::General;
+  use Crypt::Monkeysphere::MSVA::MarginalUI;
+  use Crypt::Monkeysphere::MSVA::Logger;
 
   use JSON;
   use POSIX qw(strftime);

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