[libgeometry-primitive-perl] 10/11: Add patch which adds an encoding directive to the POD.

gregor herrmann gregoa at debian.org
Sun Feb 16 16:59:39 UTC 2014


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

gregoa pushed a commit to branch master
in repository libgeometry-primitive-perl.

commit edec764fa71474e775a9aebeb32a1f8bd67d526e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 16 17:58:22 2014 +0100

    Add patch which adds an encoding directive to the POD.
---
 debian/patches/pod-encoding.patch | 18 ++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..b922b38
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,18 @@
+Description: add encoding derective to POD
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93066
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93066
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-02-16
+
+--- a/lib/Geometry/Primitive/Bezier.pm
++++ b/lib/Geometry/Primitive/Bezier.pm
+@@ -72,6 +72,8 @@
+ 
+ __END__
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Geometry::Primitive::Bezier - Cubic Bézier Curve
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/libgeometry-primitive-perl.git



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