[libtext-bidi-perl] 02/05: Add patch to fix grammar in POD.

gregor herrmann gregoa at debian.org
Mon Jun 2 21:07:14 UTC 2014


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

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

commit fb5f34ed5036e09ebd87d8c5d3e9320ebd42f024
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 2 23:03:42 2014 +0200

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

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..3271782
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,18 @@
+Description: wording improvement
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=96158
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=96158
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-06-02
+
+--- a/lib/Text/Bidi.pm
++++ b/lib/Text/Bidi.pm
+@@ -254,7 +254,7 @@
+     # For real paragraphs, need to specify the display width
+     ($par, $map, $visual) = log2vis($logical, $width);
+ 
+-    # object oriented approach allows to display line by line
++    # object oriented approach allows one to display line by line
+     $p = new Text::Bidi::Paragraph $logical;
+     $visual = $p->visual($off, $len);
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c9352c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod.patch

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



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