[libdancer2-perl] 07/10: Add patch to add encoding declaration to POD.

gregor herrmann gregoa at debian.org
Sun Dec 15 16:19:42 UTC 2013


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

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

commit 641c1cf8352a00cf27573ea17f903f649d042c71
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 15 17:10:17 2013 +0100

    Add patch to add encoding declaration to POD.
---
 debian/patches/pod-encoding.patch | 23 +++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..b4a17be
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,23 @@
+Description: add pod encoding to fix:
+ POD ERRORS
+        Hey! The above document had some coding errors, which are explained below:
+ .           
+        Around line 229:
+            Non-ASCII character seen before =encoding in 'Simo~es'. Assuming UTF-8
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=91428
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=91428
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-12-15
+
+--- a/lib/Dancer2.pm
++++ b/lib/Dancer2.pm
+@@ -119,6 +119,8 @@
+ 
+ =pod
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Dancer2 - Lightweight yet powerful web application framework
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/libdancer2-perl.git



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