From: Justin Guenther Date: Thu, 24 Aug 2006 21:56:31 +0000 (+0000) Subject: documented storage accessor in Schema X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b1ba0f236ad32d5179b21309a6f278b4eeca82f;p=dbsrgits%2FDBIx-Class-Historic.git documented storage accessor in Schema --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index 5d5070c..4cc9d60 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -169,6 +169,12 @@ For example: sub sources { return keys %{shift->source_registrations}; } +=head2 storage + + my $storage = $schema->storage; + +Returns the L object for this Schema. + =head2 resultset =over 4