[libcatalyst-authentication-store-htpasswd-perl] 03/03: Update manpage-errors patch (partially applied upstream)

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Jul 4 07:16:03 UTC 2017


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

mans0954 pushed a commit to branch master
in repository libcatalyst-authentication-store-htpasswd-perl.

commit 448d4d42154ae4b7e77d66a976231504be401840
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Tue Jul 4 08:07:16 2017 +0100

    Update manpage-errors patch (partially applied upstream)
---
 debian/changelog                    |  1 +
 debian/patches/manpage-errors.patch | 42 +------------------------------------
 2 files changed, 2 insertions(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4cc3696..6a3fb91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libcatalyst-authentication-store-htpasswd-perl (1.006-1) UNRELEASED; urgency=medium
 
   * New upstream release (1.006)
+  * Update manpage-errors patch (partially applied upstream)
 
  -- Christopher Hoskin <mans0954 at debian.org>  Tue, 04 Jul 2017 07:47:34 +0100
 
diff --git a/debian/patches/manpage-errors.patch b/debian/patches/manpage-errors.patch
index f193d61..6c80b2a 100644
--- a/debian/patches/manpage-errors.patch
+++ b/debian/patches/manpage-errors.patch
@@ -5,16 +5,7 @@ Last-Update: 2016-05-18
 
 --- a/lib/Catalyst/Authentication/Store/Htpasswd.pm
 +++ b/lib/Catalyst/Authentication/Store/Htpasswd.pm
-@@ -93,7 +93,7 @@
- 
- =head1 DESCRIPTION
- 
--This plugin uses L<Authen::Htpasswd> to let your application use C<<.htpasswd>>
-+This plugin uses L<Authen::Htpasswd> to let your application use C<< .htpasswd >>
- files for it's authentication storage.
- 
- =head1 METHODS
-@@ -104,15 +104,16 @@
+@@ -111,7 +111,7 @@
  
  =head2 find_user
  
@@ -23,34 +14,3 @@ Last-Update: 2016-05-18
  
  =head2 user_supports
  
--Delegates to L<Catalyst::Authentication::Store::Htpasswd::User->user_supports|Catalyst::Authentication::Store::Htpasswd::User#user_supports>
-+Delegates to L<< Catalyst::Authentication::User->supports|Catalyst::Authentication::User/supports >> or an
-+override in L<user_class|/user_class>.
- 
- =head2 from_session
- 
--Delegates the user lookup to C<< find_user >>
-+Delegates the user lookup to L<find_user|/find_user>
- 
- =head1 CONFIGURATION
- 
---- a/lib/Catalyst/Authentication/Store/Htpasswd/User.pm
-+++ b/lib/Catalyst/Authentication/Store/Htpasswd/User.pm
-@@ -72,7 +72,7 @@
- =head1 DESCRIPTION
- 
- This object wraps an L<Authen::Htpasswd::User> object. An instance of it will be returned
--by C<< $c->user >> when using L<Catalyst::Authentication::Store::Htpasswd>. Methods 
-+by C<< $c->user >> when using L<Catalyst::Authentication::Store::Htpasswd>. Methods
- not defined in this module are passed through to the L<Authen::Htpasswd::User> object. The
- object stringifies to the username.
- 
-@@ -81,7 +81,7 @@
- =head2 new($store,$user)
- 
- Creates a new object from a store object, normally an instance of 
--L<Catalyst::Authentication::Store::Htpasswd::Backend>, and a user object,
-+L<Catalyst::Plugin::Authentication::Store::Htpasswd::Backend>, and a user object,
- normally an instance of L<Authen::Htpasswd::User>.
- 
- =head2 id

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git



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