[libdata-table-perl] 03/04: Create patch finxing pod2man error

Lucas Kanashiro kanashiro.duarte at gmail.com
Fri Mar 4 04:28:18 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libdata-table-perl.

commit 41efee9f4b76720aff82a88122251c8964dd4c2e
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Mar 4 01:19:57 2016 -0300

    Create patch finxing pod2man error
---
 debian/changelog                       |  1 +
 debian/patches/fix-pod2man-error.patch | 21 +++++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fad582a..4af5c9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libdata-table-perl (1.72-2) UNRELEASED; urgency=medium
   * Team upload.
   * d/tests: create smoke-files with some necessary CSV file for the tests
   * Create patch fixing typos in manpage
+  * Create patch finxing pod2man error
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 04 Mar 2016 00:31:06 -0300
 
diff --git a/debian/patches/fix-pod2man-error.patch b/debian/patches/fix-pod2man-error.patch
new file mode 100644
index 0000000..fa57575
--- /dev/null
+++ b/debian/patches/fix-pod2man-error.patch
@@ -0,0 +1,21 @@
+Description: Fix pod2man error
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-03-04
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112687
+Bug: https://rt.cpan.org/Ticket/Display.html?id=112687
+
+--- a/Table.pm
++++ b/Table.pm
+@@ -2323,10 +2323,10 @@ We use Data::Table instead of Table, bec
+ 
+ =head1 INTRODUCTION
+ 
+-=over 4
+-
+ A table object has three data members:
+ 
++=over 4
++
+ =item 1. $data:
+ 
+ a reference to an array of array-references.
diff --git a/debian/patches/series b/debian/patches/series
index 8810115..cf038c4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-pod2man-error.patch
 fix-spelling-error-in-manpage.patch

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



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