From: Michael G Schwern Date: Sun, 24 Feb 2008 07:22:57 +0000 (-0800) Subject: Fix the pod coverage failure. X-Git-Tag: v0.08240~541^2~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75c8a7ab6512d61df0527d4f4a72350ad43ec598;p=dbsrgits%2FDBIx-Class.git Fix the pod coverage failure. --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index c42f10a..46adc01 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -734,6 +734,10 @@ sub txn_do { $self->storage->txn_do(@_); } +=head2 txn_scope_guard + +Runs C on the schema's storage. + sub txn_scope_guard { my $self = shift;