Document the exitance of the DBIx::Class::ResultSource::schema() accessor.
Aran Deltac [Wed, 26 Apr 2006 22:15:41 +0000 (22:15 +0000)]
lib/DBIx/Class/ResultSource.pm

index 8f059ed..0a1436c 100644 (file)
@@ -288,7 +288,10 @@ Returns an expression of the source to be supplied to storage to specify
 retrieval from this source. In the case of a database, the required FROM
 clause contents.
 
-=cut
+=head2 schema
+
+Returns the L<DBIx::Class::Schema> object that this result source 
+belongs too.
 
 =head2 storage