[Pkg-privacy-commits] [msva-perl] 07/15: declare POD encoding to avoid pod2man failure (thanks, gregor herrmann)

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:18 UTC 2015


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

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

commit b061cb3afc4d954136bae0fda15d499180d4e925
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Fri Aug 23 10:17:17 2013 -0400

    declare POD encoding to avoid pod2man failure (thanks, gregor herrmann)
---
 msva-perl        | 2 ++
 msva-query-agent | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/msva-perl b/msva-perl
index e900e78..6497e93 100755
--- a/msva-perl
+++ b/msva-perl
@@ -29,6 +29,8 @@ $server->run(host=>'127.0.0.1',
              msva=>$server);
 __END__
 
+=encoding utf8
+
 =head1 NAME
 
 msva-perl - Perl implementation of a Monkeysphere Validation Agent
diff --git a/msva-query-agent b/msva-query-agent
index 70abb80..44a2e32 100755
--- a/msva-query-agent
+++ b/msva-query-agent
@@ -86,6 +86,8 @@ if (defined $ret) {
 
 __END__
 
+=encoding utf8
+
 =head1 NAME
 
 msva-query-agent - query a Monkeysphere Validation Agent

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