[libunicode-collate-perl] 05/06: Add patch to fix POD encoding.

gregor herrmann gregoa at debian.org
Fri Nov 8 22:56:41 UTC 2013


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

gregoa pushed a commit to branch master
in repository libunicode-collate-perl.

commit d368185ed927580b8e94fa0c716f4ec71c72585f
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Nov 8 23:54:44 2013 +0100

    Add patch to fix POD encoding.
---
 debian/patches/pod-encoding.patch |   20 ++++++++++++++++++++
 debian/patches/series             |    1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..bef5f78
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,20 @@
+Description: fix POD ERROR
+ Around line 1815:
+  Non-ASCII character seen before =encoding in 'muss'. Assuming ISO8859-1
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=90170
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=90170
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-11-08
+
+--- a/Collate.pm
++++ b/Collate.pm
+@@ -1017,6 +1017,8 @@
+ 1;
+ __END__
+ 
++=encoding ISO8859-1
++
+ =head1 NAME
+ 
+ Unicode::Collate - Unicode Collation Algorithm
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/libunicode-collate-perl.git



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