[Catalyst-commits] r8430 - trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class

jayk at dev.catalyst.perl.org jayk at dev.catalyst.perl.org
Wed Sep 17 21:54:36 BST 2008


Author: jayk
Date: 2008-09-17 21:54:36 +0100 (Wed, 17 Sep 2008)
New Revision: 8430

Modified:
   trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm
Log:
removing incorrect reference to id_field


Modified: trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm
===================================================================
--- trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm	2008-09-17 20:43:04 UTC (rev 8429)
+++ trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm	2008-09-17 20:54:36 UTC (rev 8430)
@@ -274,13 +274,11 @@
 
 =head2 for_session
 
-Returns a serialized user for storage in the session.  Currently, this is the value of the field
-specified by the 'id_field' config variable.
+Returns a serialized user for storage in the session.  
 
 =head2 from_session
 
-Revives a serialized user from storage in the session.  Currently, this uses the serialized data as the
-value of the 'id_field' config variable.
+Revives a serialized user from storage in the session. 
 
 =head2 get ( $fieldname )
 




More information about the Catalyst-commits mailing list