[libtext-asciitable-perl] 06/07: Add manpage-has-errors-from-pod2man.patch patch
Salvatore Bonaccorso
carnil at debian.org
Fri Jun 5 05:14:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libtext-asciitable-perl.
commit fb31fb1325fed640876f9c1d5314a6f0083da353
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Fri Jun 5 07:09:41 2015 +0200
Add manpage-has-errors-from-pod2man.patch patch
---
.../patches/manpage-has-errors-from-pod2man.patch | 29 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 30 insertions(+)
diff --git a/debian/patches/manpage-has-errors-from-pod2man.patch b/debian/patches/manpage-has-errors-from-pod2man.patch
new file mode 100644
index 0000000..a9c10a1
--- /dev/null
+++ b/debian/patches/manpage-has-errors-from-pod2man.patch
@@ -0,0 +1,29 @@
+Description: Fix encoding problem in POD when converting POD to manpage
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=104974
+Forwarded: https://rt.cpan.org/Ticket/Attachment/1503949/801440/manpage-has-errors-from-pod2man.patch
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2015-06-05
+
+--- a/lib/Text/ASCIITable.pm
++++ b/lib/Text/ASCIITable.pm
+@@ -13,6 +13,8 @@ use overload '@{}' => 'addrow_overload',
+ use Encode;
+ use List::Util qw(reduce max sum);
+
++=encoding utf8
++
+ =head1 NAME
+
+ Text::ASCIITable - Create a nice formatted table using ASCII characters.
+--- a/lib/Text/ASCIITable/Wrap.pm
++++ b/lib/Text/ASCIITable/Wrap.pm
+@@ -8,6 +8,8 @@ use Exporter;
+ use strict;
+ use Carp;
+
++=encoding utf8
++
+ =head1 NAME
+
+ Text::ASCIITable::Wrap - Wrap text
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..edd1350
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-has-errors-from-pod2man.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-asciitable-perl.git
More information about the Pkg-perl-cvs-commits
mailing list