From: Michael G Schwern Date: Fri, 7 Mar 2008 16:04:34 +0000 (+0000) Subject: Fix the merge with txn_scope_guard() and put the necessary =cut in. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b85be4c1866c89282d6ff5ab4b8f70ddcff440fa;p=dbsrgits%2FDBIx-Class-Historic.git Fix the merge with txn_scope_guard() and put the necessary =cut in. --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index 46adc01..1ce0250 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -738,6 +738,8 @@ sub txn_do { Runs C on the schema's storage. +=cut + sub txn_scope_guard { my $self = shift;