[libdata-table-perl] 02/04: Create patch fixing typos in manpage

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 72c1b881fb2007526545bcf66b923678d5bc07dc
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Mar 4 01:06:58 2016 -0300

    Create patch fixing typos in manpage
---
 debian/changelog                                   |  1 +
 debian/patches/fix-spelling-error-in-manpage.patch | 29 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 44d5780..fad582a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,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
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 04 Mar 2016 00:31:06 -0300
 
diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..b0b3ee7
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,29 @@
+Description: Fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-03-04
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112686
+Bug: https://rt.cpan.org/Ticket/Display.html?id=112686
+
+--- a/Table.pm
++++ b/Table.pm
+@@ -2447,9 +2447,9 @@ Conventions for local variables:
+ create a new table.
+ It returns a table object upon success, undef otherwise.
+ $data: points to the spreadsheet data.
+-$header: points to an array of column names. Before version 1.69, a column name must have at least one non-digit character. Since verison 1.69, this is relaxed. Although integer and numeric column names can now be accepted, when accessing a column by integer, it is first interpreted as a column name.
++$header: points to an array of column names. Before version 1.69, a column name must have at least one non-digit character. Since version 1.69, this is relaxed. Although integer and numeric column names can now be accepted, when accessing a column by integer, it is first interpreted as a column name.
+ $type: 0 or 1 for row-based/column-based spreadsheet. 
+-$enforceCheck: 1/0 to turn on/off initial checking on the size of each row/column to make sure the data arguement indeed points to a valid structure.
++$enforceCheck: 1/0 to turn on/off initial checking on the size of each row/column to make sure the data argument indeed points to a valid structure.
+ In 1.63, we introduce constants Data::Table::ROW_BASED and Data::Table::COL_BASED as synonyms for $type.  To create an empty Data::Table, use new Data::Table([], [], Data::Table::ROW_BASED);
+ 
+ =item table table::subTable ($rowIdcsRef, $colIDsRef, $arg_ref)
+@@ -2533,7 +2533,7 @@ optional name argument skip_pattern let
+ 
+ optional name argument transform_element let you switch on/off \t to tab, \N to undef (etc.) transformation. See TSV FORMAT for details. However, elements are always transformed when export table to tsv format, because not escaping an element containing a tab will be disasterous.
+ 
+-optional name arugment encoding enables one to provide an encoding method when open the tsv file.
++optional name argument encoding enables one to provide an encoding method when open the tsv file.
+ 
+ See similar examples under Data::Table::fromCSV;
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+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