Catalyst-Authentication-Store-Htpasswd-1.006 v1.006
Karen Etheridge [Mon, 3 Jul 2017 19:31:08 +0000 (12:31 -0700)]
    - pod formatting fixes (RT#102187, Christopher Hoskin)

Changes
README.pod

diff --git a/Changes b/Changes
index f23bcbd..ca07fc2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Release history for Catalyst-Authentication-Store-Htpasswd
 
-{{$NEXT}}
+1.006     2017-07-03 19:30:35Z
     - pod formatting fixes (RT#102187, Christopher Hoskin)
 
 1.005     2017-06-23 18:04:28Z
index 5c8a192..f9350c0 100644 (file)
@@ -8,7 +8,7 @@ Catalyst::Authentication::Store::Htpasswd - Authen::Htpasswd based user storage/
 
 =head1 VERSION
 
-version 1.005
+version 1.006
 
 =head1 SYNOPSIS
 
@@ -32,7 +32,7 @@ version 1.005
                     },
                 },
             },
-        },   
+        },
     );
 
     sub login : Global {
@@ -43,7 +43,7 @@ version 1.005
 
 =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
@@ -58,18 +58,19 @@ Looks up the user, and returns a Catalyst::Authentication::Store::Htpasswd::User
 
 =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
 
 =head2 file
 
 The path to the htpasswd file. If the path starts with a slash, then it is assumed to be a fully
-qualified path, otherwise the path is fed through C<< $c->path_to >> and so normalised to the 
+qualified path, otherwise the path is fed through C<< $c->path_to >> and so normalised to the
 application root.
 
 Alternatively, it is possible to pass in an L<Authen::Htpasswd> object here, and this will be
@@ -120,7 +121,7 @@ L<C<#catalyst> on C<irc.perl.org>|irc://irc.perl.org/#catalyst>.
 
 =head1 CONTRIBUTORS
 
-=for stopwords David Kamholz Tomas Doran Karen Etheridge Tom Bloor Ilmari Vacklin
+=for stopwords David Kamholz Tomas Doran Karen Etheridge Tom Bloor Christopher Hoskin Ilmari Vacklin
 
 =over 4
 
@@ -142,6 +143,10 @@ Tom Bloor <t.bloor@shadowcat.co.uk>
 
 =item *
 
+Christopher Hoskin <christopher.hoskin@gmail.com>
+
+=item *
+
 Ilmari Vacklin <ilmari.vacklin@cs.helsinki.fi>
 
 =back