Version 0.23
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
index 1438f29..023fb9c 100644 (file)
@@ -11,7 +11,7 @@ with 'MooseX::Emulate::Class::Accessor::Fast';
 
 __PACKAGE__->mk_accessors(qw/_user/);
 
-our $VERSION = "0.10020";
+our $VERSION = "0.10023";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;
@@ -863,8 +863,8 @@ default realm is checked.
 
 Returns the currently logged in user, or undef if there is none.
 Normally the user is re-retrieved from the store.
-For L<Catalyst::Authentication::Store::DBIx::Class> the user is re-restored 
-using the primary key of the user table. 
+For L<Catalyst::Authentication::Store::DBIx::Class> the user is re-restored
+using the primary key of the user table.
 Thus B<user> can throw an error even though B<user_exists>
 returned true.
 
@@ -1128,7 +1128,7 @@ Jay Kuri, C<jayk@cpan.org> - Large rewrite
 
 Tomas Doran (t0m), C<bobtfish@bobtfish.net>
 
-=hasd1 ADDITIONAL CONTRIBUTORS
+=head1 ADDITIONAL CONTRIBUTORS
 
 =over
 
@@ -1136,7 +1136,7 @@ Tomas Doran (t0m), C<bobtfish@bobtfish.net>
 
 =item David Kamholz
 
-=itm kmx
+=item kmx
 
 =item Nigel Metheringham