[libgraphics-primitive-perl] 04/09: Add new patch to add encoding directive to POD.

gregor herrmann gregoa at debian.org
Mon Feb 17 19:37:40 UTC 2014


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

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

commit 9e2bc44e5df779d34dacb4e572b5ab50ffe7d9f7
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Feb 17 20:34:45 2014 +0100

    Add new patch to add encoding directive to 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..5a2cea1
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,18 @@
+Description: add encoding directove to pod
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93093
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93093
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-02-17
+
+--- a/lib/Graphics/Primitive/Path.pm
++++ b/lib/Graphics/Primitive/Path.pm
+@@ -205,6 +205,8 @@
+ 
+ __END__
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Graphics::Primitive::Path - Collection of primitives
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..90f0fd4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+pod-encoding.patch

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



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