From: Matt S Trout Date: Tue, 17 Jul 2007 16:59:36 +0000 (+0000) Subject: correcting comment X-Git-Tag: v0.10009_01~61 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0862b100d1e8a5e4e024cbf42c16cffb2a14ed4b;p=catagits%2FCatalyst-Plugin-Authentication.git correcting comment r53848@cain (orig r6513): jayk | 2007-07-07 02:22:11 +0000 --- diff --git a/lib/Catalyst/Plugin/Authentication/User/Hash.pm b/lib/Catalyst/Plugin/Authentication/User/Hash.pm index dcd044f..dd878bd 100644 --- a/lib/Catalyst/Plugin/Authentication/User/Hash.pm +++ b/lib/Catalyst/Plugin/Authentication/User/Hash.pm @@ -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 {