[libapache-asp-perl] 02/07: Add a patch to add an encoding directive to the POD.

gregor herrmann gregoa at debian.org
Fri Jun 12 22:11:40 UTC 2015


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

gregoa pushed a commit to branch master
in repository libapache-asp-perl.

commit 5de136ae69537229272ce76b4b627fad4d12dc10
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 13 00:01:19 2015 +0200

    Add a patch to add an encoding directive to the POD.
---
 debian/patches/pod-encoding.patch | 18 ++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..9713b50
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,18 @@
+Description: add encoding to POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-06-13
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105196
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105196
+
+--- a/ASP.pm
++++ b/ASP.pm
+@@ -2052,6 +2052,8 @@
+ 
+ =pod
+ 
++=encoding ISO8859-1
++
+ =head1 NAME
+ 
+   Apache::ASP - Active Server Pages for Apache with mod_perl 
diff --git a/debian/patches/series b/debian/patches/series
index dd8a8f1..7517436 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ spelling.patch
 pod.patch
 spelling2.patch
 silence_test_warnings.patch
+pod-encoding.patch

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



More information about the Pkg-perl-cvs-commits mailing list