From: Tomas Doran Date: Sat, 27 Jul 2013 20:40:44 +0000 (-0700) Subject: Fix doc bugs. RT#87372 X-Git-Tag: 0.1506~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-DBIx-Class.git;a=commitdiff_plain;h=e2ecb86044a3c8f9762df844cfc2520d0ce96af0 Fix doc bugs. RT#87372 --- diff --git a/Changes b/Changes index 31bceec..137ee33 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class + * Fix doc bugs. RT#87372 + 0.1505 2013-06-10 * Fix RT#82944 - test fails on perl >= 5.17.3 diff --git a/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm b/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm index 4e5319c..405ae75 100644 --- a/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm +++ b/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm @@ -72,7 +72,7 @@ sub load { } ## User can provide an arrayref containing the arguments to search on the user class. - ## or even provide a prepared resultset, allowing maximum flexibility for user retreival. + ## or even provide a prepared resultset, allowing maximum flexibility for user retrieval. ## these options are only available when using the dbix_class authinfo hash. if ($dbix_class_config && exists($authinfo->{'result'})) { $self->_user($authinfo->{'result'}); @@ -384,11 +384,11 @@ that method (probably in your schema file) =head2 AUTOLOAD -Delegates method calls to the underlieing user row. +Delegates method calls to the underlying user row. =head2 can -Delegates handling of the C<< can >> method to the underlieing user row. +Delegates handling of the C<< can >> method to the underlying user row. =head1 BUGS AND LIMITATIONS