[libdevel-cover-perl] 01/03: Add patch that adds encoding to the POD.

gregor herrmann gregoa at debian.org
Thu Aug 22 12:39:58 UTC 2013


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

gregoa pushed a commit to branch master
in repository libdevel-cover-perl.

commit c6b9b97957075216a3699f6dba990d45ba08b54d
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 22 14:28:10 2013 +0200

    Add patch that adds encoding 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..cdb7a22
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,18 @@
+Description: perl 5.18 is more picky about POD encodings
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=88027
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88027
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-08-22
+
+--- a/lib/Devel/Cover/Dumper.pm
++++ b/lib/Devel/Cover/Dumper.pm
+@@ -37,6 +37,8 @@
+ 
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ Devel::Cover::Dumper - Internal module for debugging purposes
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/libdevel-cover-perl.git



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