[libdata-table-perl] 06/07: debian/patches/fix-spelling-error-in-manpage.patch: Refresh patch

Angel Abad angel at debian.org
Mon May 9 17:07:31 UTC 2016


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

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

commit 8a8b281d90a461814025d1bc742346afb96d8eef
Author: Angel Abad <angelabad at gmail.com>
Date:   Mon May 9 19:02:48 2016 +0200

    debian/patches/fix-spelling-error-in-manpage.patch: Refresh patch
---
 debian/patches/fix-spelling-error-in-manpage.patch | 24 ++++++++--------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
index b0b3ee7..f550549 100644
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -1,29 +1,23 @@
 Description: Fix spelling error in manpage
 Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
-Last-Updated: 2016-03-04
+Last-Updated: 2016-05-09
 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:
+@@ -2659,9 +2659,12 @@ 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.
+-$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.
++$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 interpr
++eted 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.
+-$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.
++$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 s
++tructure.
  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;
- 

-- 
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