[Catalyst-commits] r6513 - branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User

jayk at dev.catalyst.perl.org jayk at dev.catalyst.perl.org
Sat Jul 7 03:22:11 GMT 2007


Author: jayk
Date: 2007-07-07 03:22:11 +0100 (Sat, 07 Jul 2007)
New Revision: 6513

Modified:
   branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User/Hash.pm
Log:
correcting comment


Modified: branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User/Hash.pm
===================================================================
--- branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User/Hash.pm	2007-07-07 02:18:00 UTC (rev 6512)
+++ branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User/Hash.pm	2007-07-07 02:22:11 UTC (rev 6513)
@@ -91,7 +91,7 @@
 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 {




More information about the Catalyst-commits mailing list