[libjson-any-perl] 04/06: add patch fixing missing =encoding in POD

Damyan Ivanov dmn at alioth.debian.org
Thu Nov 7 20:27:39 UTC 2013


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

dmn pushed a commit to branch master
in repository libjson-any-perl.

commit 690249eadfff1d0998086266a41b2271ce32c44e
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Nov 7 22:24:40 2013 +0200

    add patch fixing missing =encoding in POD
---
 debian/patches/pod-encoding.patch |   16 ++++++++++++++++
 debian/patches/series             |    1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..2351eef
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,16 @@
+Description: missing =encoding in POD leads to errors from pod2man
+ Adding '=encoding ISO8859-1' does the right thing
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=90130
+
+--- a/lib/JSON/Any.pm
++++ b/lib/JSON/Any.pm
+@@ -420,6 +420,8 @@ __END__
+ 
+ =pod
+ 
++=encoding ISO8859-1
++
+ =head1 NAME
+ 
+ JSON::Any - Wrapper Class for the various JSON classes.
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/libjson-any-perl.git



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