[libtext-csv-encoded-perl] 09/10: Add a patch fixing spelling error in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Feb 4 16:52:53 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libtext-csv-encoded-perl.

commit c0b533ec05d500e8b2e57ba6fba385ad639f43cc
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Thu Feb 4 14:32:02 2016 -0200

    Add a patch fixing spelling error in manpage
---
 debian/changelog                                   |  1 +
 debian/patches/fix-spelling-error-in-manpage.patch | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a554a60..7fd3a03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libtext-csv-encoded-perl (0.25-1) UNRELEASED; urgency=medium
   * Update Debian packaging copyright
   * Set version of dependency libtext-csv-perl to >= 1.31
   * Declare compliance with Debian policy 3.9.7
+  * Add a patch fixing spelling error in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Thu, 04 Feb 2016 13:45:29 -0200
 
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..2842f4e
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,26 @@
+Description: Fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-02-04
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111779
+Bug: https://rt.cpan.org/Ticket/Display.html?id=111778
+
+--- a/lib/Text/CSV/Encoded.pm
++++ b/lib/Text/CSV/Encoded.pm
+@@ -491,7 +491,7 @@ And in C<combine> and C<print>, it is as
+ If C<encoding> is not specified or is set with false value (C<undef>),
+ the field data will be regarded as Unicode (when L<Text::CSV::Encoded::Coder::Encode> is used).
+ 
+-    # ex.) a souce code is encoded in euc-jp, and print to stdout in shiftjis.
++    # ex.) a source code is encoded in euc-jp, and print to stdout in shiftjis.
+     @fields = ( .... );
+     $csv->encoding('euc-jp')
+         ->encoding_to_combine('shiftjis') # same as encoding_out
+@@ -637,7 +637,7 @@ and then it might guess the encoding fro
+ It is important to remember the guessing feature is not always successful.
+ 
+ Or, the method can be applied to C<encoding>.
+-For exmaple, you want to convert data from Microsoft Excel to CSV.
++For example, you want to convert data from Microsoft Excel to CSV.
+ 
+     use Text::CSV::Encoded  coder_class => 'Text::CSV::Encoded::Coder::EncodeGuess';
+     use Spreadsheet::ParseExcel;
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/libtext-csv-encoded-perl.git



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