Fix broken links and malformed formatting in POD
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Authentication / Store / Htpasswd.pm
index c2c49aa..6c76388 100644 (file)
@@ -91,7 +91,7 @@ __END__
 =head1 DESCRIPTION
 
 This plugin uses L<Authen::Htpasswd> to let your application use C<< .htpasswd >>
-files for it's authentication storage.
+files for its authentication storage.
 
 =head1 METHODS
 
@@ -101,7 +101,7 @@ Simple constructor, dies if the htpassword file can't be found
 
 =head2 find_user
 
-Looks up the user, and returns a Catalyst::Authentication::Store::Htpasswd::User object.
+Looks up the user, and returns a L<Catalyst::Authentication::Store::Htpasswd::User> object.
 
 =head2 user_supports