[libtime-warp-perl] 08/09: Add a patch to add encoding information to the POD.

gregor herrmann gregoa at debian.org
Sat Feb 22 17:23:43 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtime-warp-perl.

commit fa2c047eb3b7cf84b28c243b09f0bdc72bbae281
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 18:22:31 2014 +0100

    Add a patch to add encoding information 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..b657704
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,18 @@
+Description: add encoding directive since there's a non-ascii char
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93259
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93259
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-02-22
+
+--- a/Warp.pm
++++ b/Warp.pm
+@@ -14,6 +14,8 @@
+ 1;
+ __END__
+ 
++=encoding ISO8859-1
++
+ =head1 NAME
+ 
+ Time::Warp - control over the flow of time
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/libtime-warp-perl.git



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