Correcting method name documentation and a few other minor tweaks
Jay Kuri [Tue, 13 Mar 2007 17:41:23 +0000 (17:41 +0000)]
README
lib/Catalyst/Plugin/Authentication/Store/DBIx/Class/User.pm

diff --git a/README b/README
index 539df1c..b935f76 100644 (file)
--- a/README
+++ b/README
@@ -209,7 +209,7 @@ USAGE
     Searchargs
         The searchargs method of retrieval allows you to specify an arrayref
         containing the two arguments to the search() method from
-        DBIx::Class::Resultset. If provided, all other args are ignored, and
+        DBIx::Class::ResultSet. If provided, all other args are ignored, and
         the search args provided are used directly to locate the user. An
         example will probably make more sense:
 
index 4e5481f..b5d3958 100644 (file)
@@ -198,7 +198,7 @@ connected to an underlying DBIx::Class schema object.
 
 Constructor.
 
-=head2 load_user ( $authinfo, $c ) 
+=head2 load ( $authinfo, $c ) 
 
 Retrieves a user from storage using the information provided in $authinfo.
 
@@ -215,6 +215,11 @@ Returns an array of roles associated with this user, if roles are configured for
 Returns a serialized user for storage in the session.  Currently, this is the value of the field
 specified by the 'id_field' config variable.
 
+=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.
+
 =head2 get ( $fieldname )
 
 Returns the value of $fieldname for the user in question.  Roughly translates to a call to 
@@ -234,7 +239,7 @@ None known currently, please email the author if you find any.
 
 =head1 AUTHOR
 
-Jason Kuri (jk@domain.tld)
+Jason Kuri (jayk@cpan.org)
 
 =head1 LICENSE