[Catalyst-commits] r6565 - in trunk/Catalyst-Plugin-Authentication: . lib/Catalyst/Plugin/Authentication/User

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Tue Jul 17 17:59:36 GMT 2007


Author: matthewt
Date: 2007-07-17 17:59:36 +0100 (Tue, 17 Jul 2007)
New Revision: 6565

Modified:
   trunk/Catalyst-Plugin-Authentication/
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User/Hash.pm
Log:
 r53848 at cain (orig r6513):  jayk | 2007-07-07 02:22:11 +0000
 correcting comment
 



Property changes on: trunk/Catalyst-Plugin-Authentication
___________________________________________________________________
Name: svk:merge
   - 4ad37cd2-5fec-0310-835f-b3785c72a374:/branches/Catalyst-Plugin-Authentication:6512
   + 4ad37cd2-5fec-0310-835f-b3785c72a374:/branches/Catalyst-Plugin-Authentication:6513

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User/Hash.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User/Hash.pm	2007-07-17 16:59:32 UTC (rev 6564)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User/Hash.pm	2007-07-17 16:59:36 UTC (rev 6565)
@@ -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