POD link and formatting fixes
Dagfinn Ilmari Mannsåker [Tue, 17 Jan 2017 10:51:08 +0000 (10:51 +0000)]
Changes
lib/Catalyst/Authentication/Store/LDAP.pm

diff --git a/Changes b/Changes
index 3056927..07aeae9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+1.017
+  - Minor POD spelling, formatting and link fixes
+
 1.016 11 Februrary 2016
   - Document how to limit the attributes returned from the LDAP search
   - Add persist_in_session config option to allow storing of user and its
index b57b0ad..bc44685 100644 (file)
@@ -334,7 +334,7 @@ Store the user object and its roles in the session and never look it up in
 the store after login.
 
 B<NOTE:> It's recommended to limit the user attributes fetched from LDAP
-using L<user_search_options> / attrs to not exhaust the session store.
+using L</user_search_options> / C<attrs> to not exhaust the session store.
 
 =back