[libgeo-coder-googlev3-perl] 07/08: Add patch to fix POD encoding error.

gregor herrmann gregoa at debian.org
Wed Oct 2 21:35:37 UTC 2013


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

gregoa pushed a commit to branch master
in repository libgeo-coder-googlev3-perl.

commit c3ce77b07d741887f547201399c1b12bbc227850
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 2 23:34:18 2013 +0200

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

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..0ad09d3
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,22 @@
+Description: fix POD ERRORS:
+ Around line 138:
+  Non-ASCII character seen before =encoding in 'Strasse,'. Assuming ISO8859-1
+  .
+  Actually UTF-8 would be nicer to preserve 'Straße'. But hey.
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89213
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89213
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-10-02
+
+--- a/lib/Geo/Coder/Googlev3.pm
++++ b/lib/Geo/Coder/Googlev3.pm
+@@ -125,6 +125,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Geo::Coder::Googlev3 - Google Maps v3 Geocoding API 
diff --git a/debian/patches/series b/debian/patches/series
index 1f01491..bd6c7c9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 tests-no-network.patch
+pod-encoding.patch

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



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