fix from_session docs
Alexander Hartmaier [Tue, 1 Dec 2015 16:07:34 +0000 (17:07 +0100)]
lib/Catalyst/Authentication/Store/LDAP/Backend.pm

index 605561d..a66da0e 100644 (file)
@@ -448,9 +448,9 @@ sub user_supports {
     Catalyst::Authentication::Store::LDAP::User->supports(@_);
 }
 
-=head2 from_session( I<id>, I<$c> )
+=head2 from_session( I<id>, I<$c>, $frozenuser )
 
-Returns get_user() for I<id>.
+Revives a serialized user from storage in the session.
 
 =cut