[Catalyst-commits] r13576 -
Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Sep 1 21:35:03 GMT 2010
Author: t0m
Date: 2010-09-01 22:35:03 +0100 (Wed, 01 Sep 2010)
New Revision: 13576
Modified:
Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm
Log:
Docs
Modified: Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm 2010-09-01 21:25:45 UTC (rev 13575)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/lib/Catalyst/Authentication/Store/DBIx/Class/User.pm 2010-09-01 21:35:03 UTC (rev 13576)
@@ -361,6 +361,14 @@
DBIx::Class::Row object associated with the user. It is up to you to implement
that method (probably in your schema file)
+=head2 AUTOLOAD
+
+Delegates method calls to the underlieing user row.
+
+=head2 can
+
+Delegates handling of the C<< can >> method to the underlieing user row.
+
=head1 BUGS AND LIMITATIONS
None known currently, please email the author if you find any.
More information about the Catalyst-commits
mailing list