Missing POD
Peter Rabbitson [Thu, 29 Jan 2009 09:06:54 +0000 (09:06 +0000)]
lib/DBIx/Class/Schema.pm

index c42f10a..52bb264 100644 (file)
@@ -734,6 +734,13 @@ sub txn_do {
   $self->storage->txn_do(@_);
 }
 
+=head2 txn_scope_guard (EXPERIMENTAL)
+
+Runs C<txn_scope_guard> on the schema's storage. See
+L<DBIx::Class::Storage/txn_scope_guard>
+
+=cut
+
 sub txn_scope_guard {
   my $self = shift;