[libhtml-formhandler-perl] 06/07: Add patch fix POD encoding.

gregor herrmann gregoa at debian.org
Mon Oct 7 20:28:22 UTC 2013


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

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

commit 851153ca080f0e2289733baa59073a27fab1c430
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 7 22:25:02 2013 +0200

    Add patch 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..59cbc5f
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,20 @@
+Description: fix POD ERROR:
+ Around line 634:
+ Non-ASCII character seen before =encoding in 'somethingX''. Assuming UTF-8
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89311
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89311
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-10-07
+
+--- a/lib/HTML/FormHandler/Manual/Rendering.pod
++++ b/lib/HTML/FormHandler/Manual/Rendering.pod
+@@ -6,6 +6,8 @@
+ __END__
+ =pod
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ HTML::FormHandler::Manual::Rendering - how to render with FormHandler
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/libhtml-formhandler-perl.git



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