correcting comment
Matt S Trout [Tue, 17 Jul 2007 16:59:36 +0000 (16:59 +0000)]
r53848@cain (orig r6513):  jayk | 2007-07-07 02:22:11 +0000

lib/Catalyst/Plugin/Authentication/User/Hash.pm

index dcd044f..dd878bd 100644 (file)
@@ -91,7 +91,7 @@ sub supports {
 sub for_session {
     my $self = shift;
     
-    return $self; # if we have a store and an ID we serialize by ref, otherwise we serialize the whole user
+    return $self; # we serialize the whole user
 }
 
 sub from_session {