[libgeo-coordinates-osgb-perl] 05/06: Add patch to fix POD encoding error.

gregor herrmann gregoa at debian.org
Wed Oct 2 21:46:50 UTC 2013


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

gregoa pushed a commit to branch master
in repository libgeo-coordinates-osgb-perl.

commit 52fbde2b02c745070cec7a9925761e28523c4cc6
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 2 23:44:59 2013 +0200

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

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..9636acd
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,17 @@
+Description: add =encoding to fix POD ERROR
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89214
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89214
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-10-02
+
+--- a/lib/Geo/Coordinates/OSGB.pm
++++ b/lib/Geo/Coordinates/OSGB.pm
+@@ -881,6 +881,7 @@
+ 
+ __END__
+ 
++=encoding UTF-8
+ 
+ =head1 NAME
+ 
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/libgeo-coordinates-osgb-perl.git



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