[libapache2-authcookie-perl] 07/08: Add a patch to fix typos in the POD.

gregor herrmann gregoa at debian.org
Sat Oct 29 16:35:35 UTC 2016


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

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

commit 8101a658de778958d78eacc34df3d30477e93ee1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 29 18:32:59 2016 +0200

    Add a patch to fix typos in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 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..259c7f1
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,38 @@
+Description: fix spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-10-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118545
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118545
+
+--- a/lib/Apache/AuthCookie/Params/CGI.pm
++++ b/lib/Apache/AuthCookie/Params/CGI.pm
+@@ -188,7 +188,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-This is a pure perl implmentation of HTTP/CGI parameter processing for Apache::AuthCookie.
++This is a pure perl implementation of HTTP/CGI parameter processing for Apache::AuthCookie.
+ 
+ =head1 METHODS
+ 
+@@ -229,7 +229,7 @@
+ 
+ =head2 params(): Hash::MultiValue
+ 
+-Get the underlying CGI paramters.  This is a merged version of
++Get the underlying CGI parameters.  This is a merged version of
+ L<query_params()> and L<body_params()>.
+ 
+ =head2 query_params(): Hash::MultiValue
+--- a/lib/Apache2_4/AuthCookie.pm
++++ b/lib/Apache2_4/AuthCookie.pm
+@@ -561,7 +561,7 @@
+ 
+ Apache 2.4 radically changed the authenciation and authorization API.  You will
+ need to port your AuthCookie subclass over to the Apache 2.4 API.  See the POD
+-documenation in L<README.apache-2.4> for more information, but the quick
++documentation in L<README.apache-2.4> for more information, but the quick
+ rundown is you need to:
+ 
+ =over 4

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



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