[libapache2-authcookie-perl] 06/08: Add a patch to fix POD issues.

gregor herrmann gregoa at debian.org
Fri Jan 22 20:51:04 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 7c060e4888b0524c759278083755510d6d6a9dde
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 22 21:46:54 2016 +0100

    Add a patch to fix POD issues.
---
 debian/patches/pod.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series    |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..c40fd90
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,29 @@
+Description: POD fixes
+ - abstract
+ - spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-01-22
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111377
+Bug: https://rt.cpan.org/Ticket/Display.html?id=111377
+
+--- a/lib/Apache2_4/AuthCookie.pm
++++ b/lib/Apache2_4/AuthCookie.pm
+@@ -52,7 +52,7 @@
+ 
+ =head1 NAME
+ 
+-Apache2_4::AuthCookie
++Apache2_4::AuthCookie - Perl Authentication and Authorization via cookies for Apache 2.4
+ 
+ =head1 VERSION
+ 
+@@ -571,7 +571,7 @@
+ 
+ Why is my authz method called twice per request?
+ 
+-This is normal behaviour under Apache 2.4.  This is to accomodate for
++This is normal behaviour under Apache 2.4.  This is to accommodate for
+ authorization of anonymous access. You are expected to return
+ C<Apache2::Const::AUTHZ_DENIED_NO_USER> IF C<< $r->user >> has not yet been set
+ if you want authentication to proceed.  Your authz handler will be called a
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/libapache2-authcookie-perl.git



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