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

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

commit ae954a17104247369b26f9defc0cdf124e955b89
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Jul 7 21:24:16 2015 +0200

    Add patch to fix language in documentation.
---
 debian/patches/series        |  1 +
 debian/patches/wording.patch | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fa8b5d6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+wording.patch
diff --git a/debian/patches/wording.patch b/debian/patches/wording.patch
new file mode 100644
index 0000000..a1ffe9f
--- /dev/null
+++ b/debian/patches/wording.patch
@@ -0,0 +1,40 @@
+Description: fix expression "allow to" in documentation
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-07-07
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105735
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105735
+
+--- a/README
++++ b/README
+@@ -1071,7 +1071,7 @@
+         $json = $json->loose([$enable])
+ 
+     The unescaped [\x00-\x1f\x22\x2f\x5c] strings are invalid in JSON
+-    strings and the module doesn't allow to "decode" to these (except for
++    strings and the module doesn't allow one to "decode" to these (except for
+     \x2f). If $enable is true (or missing), then "decode" will accept these
+     unescaped strings.
+ 
+--- a/lib/JSON.pm
++++ b/lib/JSON.pm
+@@ -1718,7 +1718,7 @@
+     $json = $json->loose([$enable])
+ 
+ The unescaped [\x00-\x1f\x22\x2f\x5c] strings are invalid in JSON strings
+-and the module doesn't allow to C<decode> to these (except for \x2f).
++and the module doesn't allow one to C<decode> to these (except for \x2f).
+ If C<$enable> is true (or missing), then C<decode>  will accept these
+ unescaped strings.
+ 
+--- a/lib/JSON/backportPP.pm
++++ b/lib/JSON/backportPP.pm
+@@ -2446,7 +2446,7 @@
+     $json = $json->loose([$enable])
+ 
+ The unescaped [\x00-\x1f\x22\x2f\x5c] strings are invalid in JSON strings
+-and the module doesn't allow to C<decode> to these (except for \x2f).
++and the module doesn't allow one to C<decode> to these (except for \x2f).
+ If C<$enable> is true (or missing), then C<decode>  will accept these
+ unescaped strings.
+ 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to