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

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

commit 0f3cd9644ac5a1eedf9eef5cacb5f949dc41395c
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Oct 29 14:59:28 2016 +0200

    Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 28 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..8d610ad
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2016-10-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118540
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118540
+
+--- a/lib/Web/Simple.pm
++++ b/lib/Web/Simple.pm
+@@ -571,7 +571,7 @@
+ 
+ Note, in the case where you combine arrayref, single parameter and named
+ hashref style, the arrayref and single parameters will appear in C<@_> in the
+-order you defined them in the protoype, but all hashrefs will merge into a
++order you defined them in the prototype, but all hashrefs will merge into a
+ single C<$params>, as in the example above.
+ 
+ =head3 Upload matches
+@@ -606,7 +606,7 @@
+ 
+   'GET + /user/*' => sub {
+ 
+-to create an AND match. They may also be combined withe the | character - e.g.
++to create an AND match. They may also be combined with the | character - e.g.
+ 
+   'GET|POST' => sub {
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libweb-simple-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