[libtest-regression-perl] 08/09: Add a patch to declare the POD encoding.

gregor herrmann gregoa at debian.org
Sun Jun 7 21:46:43 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtest-regression-perl.

commit 2b888c2afec35cba047a2036815db0be0e739335
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 7 23:45:02 2015 +0200

    Add a patch to declare the POD encoding.
---
 debian/patches/pod-encoding.patch | 22 ++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..5e8bf49
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,22 @@
+Description: add =encoding directive to POD
+ otherwise we geh a POD ERROR:
+    Around line 157:
+        Non-ASCII character seen before =encoding in 'Graliński'. Assuming
+        UTF-8
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-06-07
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105057
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105057
+
+--- a/lib/Test/Regression.pm
++++ b/lib/Test/Regression.pm
+@@ -5,6 +5,8 @@
+ use FileHandle;
+ use utf8;
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Test::Regression - Test library that can be run in two modes; one to generate outputs and a second to compare against them
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5766d01
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-encoding.patch

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



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