From: Peter Rabbitson Date: Thu, 29 Jan 2009 09:06:54 +0000 (+0000) Subject: Missing POD X-Git-Tag: v0.08011~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c697aa643ab52dd58666ae64724afbff5c954180;p=dbsrgits%2FDBIx-Class.git Missing POD --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index c42f10a..52bb264 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -734,6 +734,13 @@ sub txn_do { $self->storage->txn_do(@_); } +=head2 txn_scope_guard (EXPERIMENTAL) + +Runs C on the schema's storage. See +L + +=cut + sub txn_scope_guard { my $self = shift;