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

dmn pushed a commit to branch master
in repository libhttp-message-perl.

commit cb5f61ee531e63d331dda3ad2ec0cfa4b8f31d9e
Author: Damyan Ivanov <d...@debian.org>
Date:   Thu May 29 08:07:15 2014 +0000

    add patch from Jakub Wilk fixing a minor typo in HTTP::Headers' POD
    
    Closes: #749690
---
 debian/patches/pod-typo.patch | 21 +++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/pod-typo.patch b/debian/patches/pod-typo.patch
new file mode 100644
index 0000000..39681af
--- /dev/null
+++ b/debian/patches/pod-typo.patch
@@ -0,0 +1,21 @@
+Description: Minor type in POD
+ There is a minor typo in the POD of HTTP::Headers. The text
+  The HTTP spec (RFC 2616) promise that
+ should be
+  The HTTP spec (RFC 2616) promises that
+ since "the spec" is in third person, singular.
+Author: Jakub Wilk <jw...@debian.org>
+Bug-Debian: https://bugs.debian.org/749690
+Forwarded: https://rt.cpan.org/Ticket/Display?id=96051
+
+--- a/lib/HTTP/Headers.pm
++++ b/lib/HTTP/Headers.pm
+@@ -521,7 +521,7 @@ If no such field exists C<undef> will be
+ 
+ A multi-valued field will be returned as separate values in list
+ context and will be concatenated with ", " as separator in scalar
+-context.  The HTTP spec (RFC 2616) promise that joining multiple
++context.  The HTTP spec (RFC 2616) promises that joining multiple
+ values in this way will not change the semantic of a header field, but
+ in practice there are cases like old-style Netscape cookies (see
+ L<HTTP::Cookies>) where "," is used as part of the syntax of a single
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..22f65e4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-typo.patch

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