[libmongodb-perl] 02/02: added patch to fix utf8 error in pod doc

dod at debian.org dod at debian.org
Mon Apr 28 19:05:13 UTC 2014


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

dod pushed a commit to branch master
in repository libmongodb-perl.

commit 812e856f3f3d42fbada04b21204f560a4d9bed33
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Apr 28 20:30:10 2014 +0200

    added patch to fix utf8 error in pod doc
---
 debian/patches/fix-utf8-in-pod | 14 ++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/fix-utf8-in-pod b/debian/patches/fix-utf8-in-pod
new file mode 100644
index 0000000..cc97d35
--- /dev/null
+++ b/debian/patches/fix-utf8-in-pod
@@ -0,0 +1,14 @@
+Description: Fix utf8 in pod document
+ To avoid a pod errors section in the man page.
+Author: dod
+--- a/lib/MongoDB/DataTypes.pod
++++ b/lib/MongoDB/DataTypes.pod
+@@ -22,6 +22,8 @@
+ 
+ =pod
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ MongoDB::DataTypes - The data types used with MongoDB
diff --git a/debian/patches/series b/debian/patches/series
index 9b81a30..ef2e2b8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-utf8-in-pod
 fix-manpage-spelling.patch
 5.14-ccflags.patch
 fix-db-test

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



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