[Pkg-privacy-commits] [msva-perl] 44/356: cleaning up module includes for msva-perl

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:38 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 bfcb3d443c756290244d47bcaf2379796ee19663
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Sun Jan 10 11:28:24 2010 -0500

    cleaning up module includes for msva-perl
---
 msva | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/msva b/msva
index 63930c8..4771db6 100755
--- a/msva
+++ b/msva
@@ -6,12 +6,9 @@ use strict;
 {
   package MSVA;
 
-  use HTTP::Server::Simple::CGI;
-  use base qw(HTTP::Server::Simple::CGI);
-  use warnings;
-  use strict;
-  use Crypt::GPG;
-  use Crypt::X509;
+  use parent qw(HTTP::Server::Simple::CGI);
+  require Crypt::GPG;
+  require Crypt::X509;
 
   use JSON;
 
@@ -90,6 +87,8 @@ use strict;
 
     return '500 not yet implemented', { };
   }
+
+  1;
 }
 
 my $server = MSVA->new();

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