Fix the merge with txn_scope_guard() and put the necessary =cut in.
Michael G Schwern [Fri, 7 Mar 2008 16:04:34 +0000 (16:04 +0000)]
lib/DBIx/Class/Schema.pm

index 46adc01..1ce0250 100644 (file)
@@ -738,6 +738,8 @@ sub txn_do {
 
 Runs C<txn_scope_guard> on the schema's storage.
 
+=cut
+
 sub txn_scope_guard {
   my $self = shift;