[libtext-worddiff-perl] 10/12: Add a patch to fix a typo in the POD.

gregor herrmann gregoa at debian.org
Sun Jan 12 17:25:30 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtext-worddiff-perl.

commit 7e0395558f02987de7087de352d253575a336f48
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 12 18:23:32 2014 +0100

    Add a patch to fix a typo in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..27570e7
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a typo
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=92083
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=92083
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-01-12
+
+--- a/lib/Text/WordDiff.pm
++++ b/lib/Text/WordDiff.pm
+@@ -270,7 +270,7 @@
+ Now, I acknowledge that there are localization issues with this approach. In
+ particular, it will fail with Chinese, Japanese, and Korean text, as these
+ languages don't put non-word characters between words. Ideally, Test::WordDiff
+-would then split on every charaters (since a single character often equals a
++would then split on every characters (since a single character often equals a
+ word), but such is not the case when the C<utf8> flag is set on a string.
+ For example, This simple script:
+ 

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



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